-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 988 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
{
"name": "clubhouse-dependencies",
"version": "1.0.0",
"description": "App for creating dependency visualizations for Clubhouse epics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint '**/*.js' --fix --ignore-pattern node_modules/",
"serve": "nodemon --ext '*' index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConorMcLaughlin/clubhouse-dependencies.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConorMcLaughlin/clubhouse-dependencies/issues"
},
"homepage": "https://github.com/ConorMcLaughlin/clubhouse-dependencies#readme",
"dependencies": {
"axios": "^0.21.1",
"cytoscape": "^3.18.2",
"cytoscape-dagre": "^2.3.2",
"dotenv": "^9.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"gojs": "^2.1.39",
"nodemon": "^2.0.7"
},
"devDependencies": {
"eslint": "^7.25.0"
}
}