-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 822 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
{
"name": "node-typescript-eslint-template",
"description": "",
"version": "0.0.1",
"type": "module",
"author": "",
"license": "",
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d",
"scripts": {
"dev": "tsx src/index.ts",
"start": "NODE_ENV=production node build/index.js",
"build": "tsc",
"test": "exit 0",
"lint": "eslint",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"devDependencies": {
"@nihalgonsalves/esconfig": "^0.10.14",
"@types/node": "^22",
"eslint": "^9.14.0",
"lefthook": "^1.8.2",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
}
}