generated from NezuChan/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 858 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
{
"name": "template",
"version": "1.0.0",
"description": "A TypeScript template project.",
"main": "dist",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"build": "swc src -d dist --strip-leading-paths"
},
"type": "module",
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.9",
"@types/pg": "^8.11.6",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
},
"dependencies": {
"hyper-express": "^6.16.4",
"pg": "^8.12.0",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1"
}
}