-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
36
37
38
39
40
{
"name": "iecse-central-api",
"version": "1.0.0",
"description": "IECSE's database interface layer",
"main": "index.js",
"scripts": {
"test": "nodemon start",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pranavtharoor/central-api.git"
},
"keywords": [
"GraphQL",
"Express.js",
"Node.js",
"Sequilize",
"Express-graphql"
],
"author": "IECSE",
"license": "ISC",
"bugs": {
"url": "https://github.com/pranavtharoor/central-api/issues"
},
"homepage": "https://github.com/pranavtharoor/central-api#readme",
"dependencies": {
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"faker": "^4.1.0",
"graphiql": "^0.11.11",
"graphql": "^0.13.2",
"graphql-date": "^1.0.3",
"graphql-iso-date": "^3.5.0",
"lodash": "^4.17.10",
"morgan": "^1.9.0",
"mysql2": "^1.5.3",
"sequelize": "^4.37.7"
}
}