@corux/ask-extensions
Version:
Extensions to improve development with Alexa Skills Kit SDK
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "@corux/ask-extensions",
"version": "2.0.0",
"description": "Extensions to improve development with Alexa Skills Kit SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"clean": "rm -rf dist",
"pretest": "npm-run-all --parallel build lint",
"test": "jest --coverage",
"posttest": "cat ./coverage/lcov.info | codacy-coverage",
"test:watch": "jest --watch",
"lint": "tslint --project tsconfig.json",
"lint:fix": "npm run lint -- --fix",
"build": "tsc"
},
"author": "corux",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/corux/ask-extensions.git"
},
"keywords": [
"Alexa",
"ask-sdk"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"ask-sdk-core": "^2.7.0",
"ask-sdk-model": "^1.19.0",
"i18next": "^17.0.14",
"i18next-sync-fs-backend": "^1.1.1",
"luxon": "^1.17.2"
},
"devDependencies": {
"@types/jest": "24.0.18",
"@types/luxon": "1.15.2",
"@types/node": "10.14.8",
"codacy-coverage": "3.4.0",
"jest": "24.9.0",
"npm-run-all": "4.1.5",
"ts-jest": "24.0.2",
"ts-node": "8.3.0",
"tslint": "5.20.0",
"typescript": "3.6.3"
}
}