-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.45 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.45 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
48
{
"name": "navdatabase.amx.configfromfile",
"displayName": "NAVDatabase.Amx.ConfigFromFile",
"version": "1.0.0",
"keywords": [
"amx",
"netlinx",
"harman",
"module"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile.git"
},
"bugs": {
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/issues"
},
"engines": {
"node": ">=18"
},
"scripts": {
"build": "pwsh ./build.ps1",
"commit": "git-cz",
"prepare": "husky",
"pretty:fix": "prettier --write .",
"doctoc": "doctoc --title '## Contents 📖' README.md",
"contrib:add": "all-contributors add",
"contrib:generate": "all-contributors generate",
"contrib:check": "all-contributors check"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.0.3",
"@norgate-av/genlinx": "^2.2.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"all-contributors-cli": "^6.24.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "3.3.0",
"doctoc": "^2.2.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semantic-release": "^23.0.2"
}
}