{
  "name": "ask-sdk-model-runtime",
  "version": "1.4.0",
  "description": "The base components for ASK SDK Models",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "gulp": "./node_modules/.bin/gulp"
  },
  "author": "Amazon.com",
  "contributors": [
    {
      "name": "ASK SDK",
      "email": "ask-sdk@amazon.com"
    }
  ],
  "license": "Apache-2.0",
  "keywords": [
    "Alexa",
    "Skill",
    "SDK",
    "Models",
    "Model Runtime"
  ],
  "devDependencies": {
    "@types/mocha": "^5.0.0",
    "@types/node": "^9.6.1",
    "@types/sinon": "^4.3.0",
    "chai": "^4.1.2",
    "mocha": "^5.0.5",
    "nock": "^9.2.3",
    "del": "^3.0.0",
    "gulp": "^4.0.0",
    "nyc": "^14.1.1",
    "sinon": "^6.1.5",
    "tslint": "^5.9.1",
    "ts-node": "^6.0.1",
    "typescript": "^3.5.3"
  },
  "repository": "github:alexa/alexa-apis-for-nodejs",
  "bugs": "https://github.com/alexa/alexa-skill-sdk-for-nodejs/issues",
  "homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme"
}
