-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "zjson",
"version": "6.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx scripts/build.ts --dev",
"build": "tsx scripts/build.ts --build",
"sub:init": "git submodule init && git submodule update && tsx scripts/sub-init.ts",
"sub:sync": "tsx scripts/sub-sync.ts",
"sub:push": "tsx scripts/sub-push.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"commitizen": "^4.3.0",
"concurrently": "^8.2.0",
"dotenv": "^16.0.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.14.1",
"fs-extra": "^10.1.0",
"git-cz": "^4.9.0",
"glob": "^7.1.7",
"husky": "^8.0.3",
"inquirer": "^8.1.4",
"inquirer-search-list": "^1.2.6",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
}
}