-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@strv/heimdall",
"description": "A simple process signal manager",
"version": "3.0.0",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/heimdall/issues",
"contributors": [],
"dependencies": {
"tslib": "^2.6.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@strv/commitlint-config": "^4.0.0",
"@strv/eslint-config-mocha": "^5.0.0-alpha.1",
"@strv/eslint-config-node": "^5.0.0-alpha.1",
"@strv/eslint-config-typescript": "^6.0.0-alpha.2",
"@strv/remark-config": "^3.0.0",
"@types/mocha": "^10.0.0",
"@types/sinon": "^17.0.0",
"c8": "^10.1.0",
"eslint": "^9.19.0",
"expect": "^29.6.1",
"mocha": "^11.0.0",
"remark-cli": "^12.0.0",
"semantic-release": "^24.0.0",
"sinon": "^19.0.0",
"source-map-support": "^0.5.0",
"typedoc": "^0.27.6",
"typescript": "^5.7.3"
},
"engines": {
"node": "^20 || ^22 || ^23"
},
"homepage": "https://github.com/strvcom/heimdall",
"keywords": [],
"license": "BSD-3-Clause",
"main": "src",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@github.com:strvcom/heimdall.git"
},
"scripts": {
"prepare": "touch node_modules && make"
}
}