-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.2 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.2 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "nexus_cli",
"version": "1.0.1",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint ."
},
"bin": {
"nexus": "bin/nexus_cli.js",
"nexus-dashboard": "./backend/index.js"
},
"keywords": [],
"author": "Felicia Bacon",
"license": "ISC",
"dependencies": {
"chalk": "^5.1.0",
"commander": "^9.4.1",
"figlet": "^1.5.2",
"inquirer": "^9.1.3",
"js-yaml": "^4.1.0",
"nanospinner": "^1.1.0",
"open": "^8.4.0",
"pg-promise": "^10.12.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"babel-jest": "^29.2.1",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0"
},
"contributors": [
{
"name": "Felicia Bacon",
"github": "<https://github.com/feliciaiveliz>"
},
{
"name": "Benjamin Perrault",
"github": "<https://github.com/918benjamin>"
},
{
"name": "Matt Malane",
"github": "<https://github.com/mattmalane>"
},
{
"name": "Kim Ramirez",
"github": "<https://github.com/KimberlyRamirez>"
}
]
}