forked from marcelscruz/dev-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 778 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 778 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
{
"name": "dev-resources",
"author": "Marcel Cruz",
"version": "1.0.0",
"description": "The API for the resources listed on Dev Resources.",
"scripts": {
"update-db": "node utils/db/update-db.js",
"update-readme": "node utils/readme/update-readme.js"
},
"dependencies": {
"axios": "^0.21.1",
"lodash.deburr": "^4.1.0"
},
"devDependencies": {
"eslint": "^7.18.0",
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelscruz/dev-resources.git"
},
"license": "MIT",
"homepage": "https://github.com/marcelscruz/dev-resources#readme",
"bugs": {
"url": "https://github.com/marcelscruz/dev-resources/issues"
}
}