-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 936 Bytes
/
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
{
"name": "charity-base-api",
"version": "8.10.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/charity-base/charity-base-api.git"
},
"dependencies": {
"archiver": "^3.1.1",
"aws-sdk": "^2.397.0",
"bunyan": "^1.8.12",
"cors": "^2.8.1",
"dotenv": "^8.2.0",
"elasticsearch": "^15.0.0",
"express": "^4.16.3",
"express-graphql": "^0.7.1",
"graphql": "^14.1.1",
"graphql-input-number": "^0.0.10",
"graphql-tools": "^4.0.4",
"http-aws-es": "^6.0.0"
},
"devDependencies": {
"jest": "^20.0.4",
"nodemon": "^1.18.9"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js | ./node_modules/bunyan/bin/bunyan",
"test": "jest",
"deploy:production": "now && now alias https://charity-base-api-graphql.now.sh",
"deploy:staging": "now && now alias https://charity-base-api-graphql-staging.now.sh"
}
}