-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.48 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
{
"name": "navdatabase.amx.amxceseriesinterface",
"displayName": "NAVDatabase.Amx.AmxCeSeriesInterface",
"version": "1.0.1",
"keywords": [
"amx",
"netlinx",
"harman",
"module"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.AmxCeSeriesInterface.git"
},
"bugs": {
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.AmxCeSeriesInterface/issues"
},
"engines": {
"node": ">=20"
},
"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.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@norgate-av/genlinx": "^2.6.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"all-contributors-cli": "^6.26.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "3.3.0",
"doctoc": "^2.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"semantic-release": "^24.2.1"
}
}