-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 859 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
33
34
{
"name": "node-ts-template",
"version": "1.0.0",
"description": "jsec's TypeScript starter kit",
"scripts": {
"prepare": "node .husky/install.mjs",
"lint": "eslint --ext .ts . --max-warnings 0",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/jsec/node-ts-template.git"
},
"keywords": [],
"author": "Jarrod Seccombe <jarrod.seccombe@icloud.com>",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@jarsec/eslint-config": "5.1.0",
"@jarsec/tsconfig": "2.1.0",
"@types/node": "20.11.24",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "^3.2.5",
"tsx": "4.16.3",
"typescript": "5.5.4",
"vitest": "1.6.0"
}
}