UNPKG

ask-sdk-addon

Version:
52 lines (51 loc) 1.67 kB
{ "name": "ask-sdk-addon", "version": "1.6.0", "description": "Addons for Alexa Skill Kit SDK v2", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf coverage dist doc", "compile": "tsc -p tsconfig.json", "lint": "tslint -p tsconfig.json -c tslint.json", "test": "nyc -x tst -e .ts --temp-directory 'coverage/nyc-output' -r html -r text-summary -r cobertura _mocha --require ts-node/register 'tst/**/*.spec.ts' --reporter nyan", "doc": "typedoc --excludeExternals --mode file --out doc lib/", "build": "npm-run-all clean compile lint test doc", "preversion": "npm-run-all clean lint test", "version": "npm run build && git add -A", "postversion": "git push && npm publish" }, "keywords": [ "Alexa", "ASK", "Skill" ], "author": "Taimos GmbH", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+ssh://git@github.com/taimos/ask-sdk-addon.git" }, "peerDependencies": { "ask-sdk-core": "^2.7.0" }, "devDependencies": { "@types/chai": "^4.2.8", "@types/mocha": "^7.0.1", "@types/node": "^13.5.3", "@types/sinon": "^7.5.1", "ask-sdk-core": "^2.7.0", "ask-sdk-model": "^1.25.1", "chai": "^4.2.0", "mocha": "^7.0.1", "nock": "^11.7.2", "npm-run-all": "^4.1.5", "nyc": "^15.0.0", "rimraf": "^3.0.1", "sinon": "^8.1.1", "ts-node": "^8.6.2", "tslint": "^6.0.0", "typedoc": "^0.16.9", "typescript": "^3.7.5" } }