-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
45
{
"name": "mabiodiv-poc0",
"version": "0.0.0",
"description": "",
"main": "api/index.js",
"scripts": {
"test": "jest",
"start": "micro api/index.js",
"dev": "micro-dev api/index.js"
},
"author": "T. Berriot - Incaya SCOP",
"license": "ISC",
"dependencies": {
"apollo-datasource": "^0.1.3",
"apollo-datasource-rest": "^0.1.5",
"apollo-server-micro": "^2.9.3",
"apollo-server-testing": "2.6.1",
"dataloader": "^1.4.0",
"dotenv": "^8.1.0",
"graphql": "^14.5.4",
"graphql-geojson": "^1.0.0",
"graphql-tools": "^4.0.5",
"isemail": "^3.1.3",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"nodemon": "^1.18.4",
"pg": "^7.12.1",
"readline": "^1.3.0",
"sequelize": "^4.44.3"
},
"devDependencies": {
"apollo-link": "^1.2.3",
"apollo-link-http": "^1.5.5",
"jest": "^23.6.0",
"micro-dev": "^3.0.0",
"nock": "^10.0.2",
"node-fetch": "^2.2.1"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/__utils"
]
}
}