-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
27 lines (27 loc) · 872 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
{
"name": "jpd-breader",
"version": "13.0",
"scripts": {
"preinstall": "git config core.hooksPath ./scripts/git_hooks",
"format": "ts-node --esm scripts/format.ts",
"check": "ts-node --esm scripts/check.ts",
"build": "ts-node --esm scripts/build.ts",
"watch": "ts-node --esm scripts/watch.ts",
"prepare": "husky install"
},
"type": "module",
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/archiver": "^5.3.2",
"@types/eslint": "^8.44.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"archiver": "^6.0.1",
"chokidar": "^3.5.3",
"eslint": "^8.48.0",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}