@jargon/alexa-skill-sdk
Version:
The Jargon Alexa Skill SDK makes it easy to manage the content of your custom Alexa skill
60 lines (59 loc) • 1.53 kB
JSON
{
"name": "@jargon/alexa-skill-sdk",
"version": "1.3.2",
"description": "The Jargon Alexa Skill SDK makes it easy to manage the content of your custom Alexa skill",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/ts-mocha tst/**/*.spec.ts"
},
"author": "jargon.com",
"contributors": [
{
"name": "Jonathan Burstein",
"email": "jonathan@jargon.com"
}
],
"license": "Apache-2.0",
"keywords": [
"Jargon",
"Alexa",
"SDK"
],
"dependencies": {
"@jargon/sdk-core": "^1.3.1",
"lodash": "^4.17.11"
},
"peerDependencies": {
"ask-sdk-core": "2.x",
"ask-sdk-model": "1.x"
},
"devDependencies": {
"@types/chai": "^4.1.5",
"@types/lodash": "^4.14.121",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.0",
"ask-sdk-core": "^2.4.0",
"ask-sdk-model": "1.x",
"chai": "^4.2.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"lerna": "^3.4.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"ts-mocha": "^6.0.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.0.3"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JargonInc/jargon-sdk-nodejs.git"
},
"bugs": "https://github.com/JargonInc/jargon-sdk-nodejs/issues",
"homepage": "https://github.com/JargonInc/jargon-sdk-nodejs/tree/master/packages/alexa-skill-sdk#readme"
}