-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 KB
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
{
"name": "NAVDatabase.Amx.WolfVisionVisualizer",
"version": "1.0.0",
"private": true,
"keywords": [
"amx",
"netlinx",
"harman",
"module"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.WolfVisionVisualizer.git"
},
"bugs": {
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.WolfVisionVisualizer/issues"
},
"engines": {
"node": ">=14"
},
"scripts": {
"build": "pwsh ./build.ps1",
"commit": "git-cz",
"prepare": "husky install",
"pretty:fix": "prettier --write .",
"doctoc": "doctoc README.md",
"contrib:add": "all-contributors add",
"contrib:generate": "all-contributors generate",
"contrib:check": "all-contributors check",
"size": "size-limit",
"analyze": "size-limit --why"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@norgate-av/genlinx": "^1.0.0",
"all-contributors-cli": "^6.24.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "3.3.0",
"doctoc": "^2.2.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"size-limit": "^11.0.0"
}
}