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
23 lines (23 loc) · 988 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "my-api",
"version": "1.0.0",
"description": "my-api",
"scripts": {
"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",
"docker": "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",
"ejs": "^3.1.9",
"serverless-api-gateway-caching": "^1.10.1",
"serverless-jest-plugin": "^0.4.0",
"serverless-jetpack": "^0.11.2",
"serverless-openapi-documenter": "^0.0.49",
"serverless-prune-plugin": "^2.0.2",
"serverless-slic-watch-plugin": "^2.1.3"
}
}