UNPKG

voxa-cli

Version:
75 lines (74 loc) 2.11 kB
{ "name": "{{ kebabAppName }}", "version": "0.0.1", "main": "src/app/index.ts", "scripts": { "test": "mocha test/*.spec.* test/**/*.spec.*", "watch": "nodemon --inspect -r ts-node/register server.ts", "lint": "tslint --config tslint.json --project tsconfig.json"{{#if voxaCli}}, "interaction": "voxa interaction"{{/if}} }, "author": "{{ author }}", "license": "MIT", "dependencies": { "@sentry/cli": "^1.48.0", "@types/aws-sdk": "^2.7.0", {{#if accountLinking}} "@types/express": "^4.17.1", {{/if}} "@types/lambda-log": "^2.2.0", "@types/raven": "^2.5.3", "aws-sdk": "^2.553.0", {{#if accountLinking}} "express": "^4.17.1", {{/if}} "lambda-log": "^2.3.1", "lodash": "^4.17.15", "raven": "^2.6.4", {{#if accountLinking}} "serverless-http": "^2.3.0", {{/if}} "serverless-sentry-lib": "^1.1.2", "source-map-support": "^0.5.13", "voxa": "^3.3.0",{{#if chatbase}}, "voxa-chatbase": "1.0.2"{{/if}}{{#if dashbot}}, "voxa-dashbot": "2.0.3"{{/if}}{{#if ga}}, "voxa-ga": "2.0.1"{{/if}} }, "devDependencies": { "@types/chai": "^4.2.3", {{#unless accountLinking}} "@types/express": "^4.17.1", {{/unless}} "@types/mocha": "^5.2.7", "@types/nock": "^11.1.0", "@types/simple-mock": "^0.8.1", "alexa-mime": "^0.0.7", "ask-cli": "^1.7.15", "chai": "^4.2.0", "chalk": "^2.4.2", {{#unless accountLinking}} "express": "^4.17.1", {{/unless}} "mocha": "^6.2.2", "mocha-jenkins-reporter": "^0.4.2", "mocha-junit-reporter": "^1.23.1", "nock": "^11.4.0", "nodemon": "^1.19.4", "nyc": "^14.1.1", "prettier": "^1.18.2", "serverless": "^1.54.0", "serverless-plugin-typescript": "^1.1.9", "serverless-sentry": "^1.2.0", "simple-mock": "^0.8.0", "ts-node": "^8.4.1", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", "tslint-no-unused-expression-chai": "^0.1.4", "typescript": "^3.6.4"{{#if voxaCli}}, "voxa-cli": "2.2.1"{{/if}} }, "directories": { "test": "test" } }