-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (30 loc) · 1004 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
{
"name": "nshm-model-graphql-api",
"version": "0.2.0",
"description": "A graphql API for NSHM seismic models",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"requirements_1": "serverless requirements clean",
"requirements_2": "serverless requirements cleanCache",
"dummy_pkg": "serverless package --stage dummy",
"deploy": "serverless deploy --stage ${STAGE}",
"sls_doctor": "serverless doctor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GNS-Science/nshm-tosh-api.git"
},
"keywords": [],
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/GNS-Science/nshm-toshi-api/issues"
},
"homepage": "https://github.com/GNS-Science/nshm-toshi-api#readme",
"dependencies": {
"serverless": "^3.30.1",
"serverless-plugin-warmup": "^8.2.1",
"serverless-python-requirements": "^6.0.0",
"serverless-wsgi": "^3.0.2"
}
}