-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
30 lines (30 loc) · 947 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
{
"name": "Web-Online-School-Libary-Book",
"version": "1.0.0",
"description": "Setup Environment Source developer",
"main": "husky",
"scripts": {
"lint": "eslint --ext .js backend-manager-student/src",
"lint:fix": "eslint --fix --ext .js backend-manager-student/src && npm run prettier ",
"prettier": "npx @btmills/prettier --write --ignore-unknown backend-manager-student/src",
"demo": "npx lint-staged",
"prepare": "husky install",
"pre-commit": "echo \"[Husky] pre-commit\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.30.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"jest": "^29.3.1",
"lint-staged": "^10.5.3",
"loadtest": "^5.2.0",
"prettier": "^2.8.4"
}
}