-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 792 Bytes
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
{
"name": "coders-workshop",
"private": true,
"homepage": "https://github.com/andy-young/Coders-Workshop#readme",
"bugs": {
"url": "https://github.com/andy-young/Coders-Workshop/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andy-young/Coders-Workshop.git"
},
"license": "MIT",
"author": "Andy Young",
"scripts": {
"contribs:add": "all-contributors add",
"contribs:generate": "all-contributors generate",
"lint": "eslint \"**/*.js\"",
"lint:fix": "eslint --fix \"**/*.js\"",
"test": "jest"
},
"devDependencies": {
"@types/react-redux": "^7.1.16",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"all-contributors-cli": "^6.20.0",
"eslint": "^7.28.0",
"jest": "^27.0.4"
}
}