-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
42 lines (42 loc) · 1.13 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": "big-bear-casaos",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"commit": "git-cz",
"lint": "eslint ./apps --ext .json",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigbeartechworld/big-bear-casaos.git"
},
"author": "",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/bigbeartechworld/big-bear-casaos/issues"
},
"homepage": "https://github.com/bigbeartechworld/big-bear-casaos#readme",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@types/jest": "^29.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"@types/semver": "^7.5.8",
"commitizen": "^4.3.0",
"eslint": "^9.0.0",
"eslint-plugin-json-schema-validator": "^5.1.0",
"eslint-plugin-jsonc": "^2.15.1",
"husky": "^9.0.11",
"jest": "^29.0.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"ts-jest": "^29.0.0",
"typescript": "^5.4.5",
"glob": "^10.3.12"
}
}