-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "rms-sdk",
"displayName": "RMS-SDK",
"version": "4.7.21",
"keywords": [
"amx",
"netlinx",
"harman",
"module",
"rms",
"sdk"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Norgate-AV/RMS-SDK.git"
},
"bugs": {
"url": "https://github.com/Norgate-AV/RMS-SDK/issues"
},
"engines": {
"node": ">=20"
},
"scripts": {
"build": "pwsh ./build.ps1",
"commit": "git-cz",
"prepare": "husky && dropnode",
"pretty:fix": "prettier --write .",
"doctoc": "doctoc --title '## Contents 📖' README.md"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@norgate-av/dropnode": "^1.0.0",
"@norgate-av/genlinx": "^2.6.1",
"commitizen": "^4.3.1",
"doctoc": "^2.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.0",
"prettier": "^3.4.2"
}
}