generated from eleva/serverless-node-api-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1.05 KB
/
package.json
File metadata and controls
24 lines (24 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "my-api",
"version": "1.0.0",
"description": "my-api",
"scripts": {
"test": "python -m unittest discover -s tests -p '*_test.py'",
"prune": "sls prune -n 3 --dryRun",
"doc": "sls openapi generate -o ./doc/build/openapi.yaml -a 3.0.3 -f yaml && sls openapi generate -o ./doc/build/openapi.json -a 3.0.3 -f json -p ./doc/build/postman.json && redocly lint ./doc/build/openapi.yaml --generate-ignore-file && redocly build-docs ./doc/build/openapi.yaml --output=./doc/build/index.html",
"db": "cd .dev/docker && docker stop $(docker ps -aq) && docker-compose build && docker-compose up -d"
},
"author": "d.desio@eleva.it",
"license": "ISC",
"devDependencies": {
"@redocly/cli": "^1.0.0-beta.125",
"dotenv": "^16.0.3",
"serverless-api-gateway-caching": "^1.10.1",
"serverless-jetpack": "^0.11.2",
"serverless-offline": "^13.3.4",
"serverless-openapi-documenter": "^0.0.49",
"serverless-prune-plugin": "^1.5.0",
"serverless-python-requirements": "^5.1.1",
"serverless-slic-watch-plugin": "^3.2.0"
}
}