generated from Lidemy/mentor-program-5th
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1022 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
37
38
39
{
"name": "mentor-program-5th",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"lint": "eslint ./homeworks/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"lint-staged": {
"*.js": "eslint --cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lidemy/mentor-program-5th.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lidemy/mentor-program-5th/issues"
},
"homepage": "https://github.com/Lidemy/mentor-program-5th#readme",
"devDependencies": {
"@lidemy/eslint-config-lidemy": "^1.0.0",
"eslint": "^7.23.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"husky": "^6.0.0",
"lint-staged": "^10.5.4"
},
"description": "(第五期課綱還在調整中,現在看到的不是最終版)",
"directories": {
"example": "examples"
},
"dependencies": {
"path": "^0.12.7",
"request": "^2.88.2"
}
}