UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@bowtie/sls",
3 "version": "0.20.4-pre",
4 "description": "Serverless helpers & utilities",
5 "main": "index.js",
6 "author": "Bowtie",
7 "license": "MIT",
8 "dependencies": {
9 "@bowtie/utils": "^0.3.3",
10 "@octokit/rest": "^16.43.1",
11 "ansi-to-html": "^0.6.14",
12 "async": "^3.2.0",
13 "aws-sdk": "^2.653.0",
14 "axios": "^0.19.2",
15 "deepmerge": "^4.2.2",
16 "dynamoose": "^1.11.1",
17 "fs-extra": "^8.1.0",
18 "handlebars": "^4.7.6",
19 "js-yaml": "^3.13.1",
20 "node-fetch": "^2.6.0",
21 "pubnub": "^4.27.4",
22 "query-string": "^6.11.1",
23 "slack-notify": "^0.1.7",
24 "uuid": "^3.4.0"
25 },
26 "devDependencies": {
27 "dotenv": "^8.2.0",
28 "jsdoc": "^3.6.3",
29 "minami": "^1.2.3",
30 "serverless-offline": "^5.12.1",
31 "standard": "^14.3.3"
32 },
33 "scripts": {
34 "predoc": "rm -rf docs",
35 "doc": "jsdoc --configure .jsdoc.json --verbose",
36 "doc:commit": "npm run doc && git add docs && git commit -m 'docs'",
37 "lint": "standard",
38 "lint:fix": "standard --fix",
39 "test": "echo test",
40 "preversion": "npm test && npm run doc:commit",
41 "postversion": "npm publish && git push --follow-tags"
42 }
43}