-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 810 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 810 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
30
31
32
33
{
"name": "dota2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"babel-node": "babel-node",
"build": "babel src -d dist",
"start": "nodemon --exec npm run babel-node -- ./src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/murtinha/Dota2API.git"
},
"author": "Eric Murta",
"license": "ISC",
"bugs": {
"url": "https://github.com/murtinha/Dota2API/issues"
},
"homepage": "https://github.com/murtinha/Dota2API#readme",
"dependencies": {
"express": "^4.16.2",
"express-graphql": "^0.6.12",
"graphql": "^0.13.2",
"mongoose": "^5.0.6",
"nodemon": "^1.15.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-root-import": "^5.1.0",
"babel-preset-env": "^1.7.0"
}
}