-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 926 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
35
36
{
"name": "huibin",
"private": true,
"workspaces": {
"packages": [
"seminar2/level1/express-example",
"seminar2/level2",
"seminar3",
"seminar4",
"seminar5",
"seminar7"
]
},
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/30th-THE-SOPT-Server-Part/HuiBin.git",
"author": "kmebin <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint --fix **/*.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@yarnpkg/pnpify": "^4.0.0-rc.1",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"packageManager": "[email protected]"
}