-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.31 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
36
37
38
{
"name": "aws-nodejs-typescript",
"version": "0.1.0",
"docs": {
"title": "SecureVote convenience API"
},
"description": "Serverless webpack example using Typescript",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "sls downloadDocumentation --outputFileName=swagger-docs.json && ./convDocSpec.js && spectacle -t docs swagger-docs.json # bootprint openapi ./swagger-docs.json docs",
"deploy": "sls deploy --stage dev && npm run docs"
},
"dependencies": {
"io-ts": "^1.2.1",
"ramda": "^0.25.0",
"source-map-support": "^0.5.0",
"sv-lib": "^0.1.20"
},
"devDependencies": {
"@types/aws-lambda": "0.0.22",
"@types/node": "^8.0.57",
"@types/ramda": "^0.25.35",
"json-schema-to-openapi-schema": "^0.2.0",
"serverless-aws-documentation": "^1.1.0",
"serverless-domain-manager": "^2.6.0",
"serverless-openapi-documentation": "^0.4.0",
"serverless-webpack": "^4.0.0",
"spectacle-docs": "git+https://github.com/secure-vote/spectacle.git",
"ts-loader": "^2.3.7",
"typescript": "^2.5.2",
"webpack": "^3.6.0",
"webpack-node-externals": "^1.7.2",
"yaml": "^1.0.0-rc.7"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}