-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 602 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 602 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
{
"name": "nodejs-certification",
"version": "1.0.0",
"description": "",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/JoseJPR/nodejs-certification.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoseJPR/nodejs-certification/issues"
},
"homepage": "https://github.com/JoseJPR/nodejs-certification#readme",
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
},
"dependencies": {
"pretty-console-colors": "^1.1.1"
}
}