-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 KB
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
{
"dependencies": {
"axios": "^1.13.2",
"pg": "^8.16.3",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.28"
},
"scripts": {
"prepare": "husky",
"lint": "pnpm -r lint",
"lint:backend": "pnpm -r --filter './backend/**' lint",
"lint:frontend": "pnpm --filter frontend lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
"typecheck": "pnpm -r typecheck",
"build": "tsc -b packages/shared nodejs-autospace/resource-service nodejs-autospace/api-gateway"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@eslint/js": "^9.39.2",
"@typescript-eslint/eslint-plugin": "^8.52.0",
"@typescript-eslint/parser": "^8.52.0",
"eslint": "^9.39.2",
"husky": "^9.1.7",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0"
},
"name": "autospace",
"private": true,
"packageManager": "pnpm@10.26.2"
}