-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"name": "ipeedy-api",
"version": "1.0.0",
"description": "Ipeedy API using GraphQL and MongoDB",
"main": "index.js",
"scripts": {
"prettier": "prettier --single-quote --print-width 80 --trailing-comma all --write 'src/**/*.js'",
"dev": "nodemon --exec babel-node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bkdev98/ipeedy-api.git"
},
"keywords": ["ipeedy"],
"author": "bkdev",
"license": "ISC",
"bugs": {
"url": "https://github.com/bkdev98/ipeedy-api/issues"
},
"homepage": "https://github.com/bkdev98/ipeedy-api#readme",
"dependencies": {
"apollo-server-express": "^1.1.2",
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"cross-env": "^5.0.5",
"express": "^4.15.4",
"graphql": "^0.11.1",
"graphql-date": "^1.0.3",
"graphql-subscriptions": "^0.5.2",
"graphql-tools": "^1.2.1",
"jsonwebtoken": "^7.4.3",
"mongoose": "^4.11.8",
"shortid": "^2.2.8",
"slug": "^0.9.1",
"subscriptions-transport-ws": "^0.9.0",
"validator": "^8.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.5.0",
"eslint-config-equimper": "^2.2.1",
"eslint-config-prettier": "^2.3.0",
"faker": "^4.1.0",
"node-notifier": "^5.1.2",
"nodemon": "^1.11.0",
"prettier": "^1.5.3"
}
}