forked from gipo999/smispi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1016 Bytes
/
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
{
"name": "test-spi",
"version": "0.0.1",
"description": "test-spi",
"scripts": {
"commit": "git cz",
"prepare": "node scripts/install-hooks.cjs",
"commitlint": "commitlint --edit",
"format": "node scripts/gradlew.cjs --format",
"lint": "node scripts/gradlew.cjs --lint",
"build": "node scripts/gradlew.cjs --build",
"generate-docs": "javadoc -d javadocs -sourcepath src/main/java -subpackages net"
},
"keywords": [],
"author": "gipo999",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"cz-git": "1.9.2",
"prettier": "3.2.5",
"prettier-plugin-toml": "2.0.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"packageManager": "npm@10.8.0+sha512.c21f77b91733829ec70e73cc88b5dc0a4bf685a81d252d3327d293ff7d5dd05a173f4dbeaa037600ec29696f397f14569229e5dab10b7cfc3e0a30575b8f3f8d"
}