-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
41
42
43
44
{
"name": "lab-jest-example",
"version": "1.0.0",
"description": "#laboratory101 for sequelize, graphql and express implementation with postgre as the sql bd",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=development jest --config ./jest.config.json --forceExit",
"start": "cross-env NODE_ENV=development nodemon",
"doc": "jsdoc --configure .jsdoc.json --verbose"
},
"keywords": [
"graphql",
"sequelize",
"express",
"postgre",
"node"
],
"author": "carlos lenon <[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-graphql": "^0.6.12",
"graphql": "^0.13.1",
"graphql-relay": "^0.5.4",
"graphql-sequelize": "^7.0.1",
"npm": "^5.7.1",
"path": "^0.12.7",
"pg": "^7.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^4.33.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"cross-env": "^5.1.3",
"http": "0.0.0",
"jest": "^22.4.2",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
"nodemon": "^1.15.1"
}
}