-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "nzshm22-toshi-api",
"version": "0.2.4",
"description": "A graphql API for NZSHM22 shared resources using AWS lambda, S3, Dynamodb and ElasticSearch",
"directories": {
"lib": "lib"
},
"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",
"devDependencies": {
"serverless": "^3.30.1",
"serverless-dynamodb-local": "^0.2.40",
"serverless-plugin-warmup": "^8.3.0",
"serverless-python-requirements": "^6.1.0",
"serverless-s3-local": "^0.8.4",
"serverless-wsgi": "^3.0.4"
}
}