{
  "name": "<%= fileName %>",
  "version": "0.0.0",
  "description": "An Alexa skill for the Amazon Echo.",
  "main": "build/index.js",
  "scripts": {
    "lint": "eslint src/**/*.js test/**/*.js",
    "build": "npm-run-all --parallel build:skill build:utterances",
    "build:skill": "webpack -p --config config/webpack.config.babel.js",
    "build:utterances": "mkdir -p build && bin/utterances --schema model/schema.json --utterances model/UTTERANCES --dictionary model/dictionary.json > build/UTTERANCES",
    "pretest": "npm run build",
    "test": "ava",
    "posttest": "npm run lint",
    "prepackage": "npm run test",
    "package": "bestzip build/package.zip build/index.js build/UTTERANCES",
    "predeploy": "npm run package",
    "deploy": "bin/deploy --config config/lambda.config.js --package build/package.zip"
  },
  "ava": {
    "babel": "inherit"
  },
  "devDependencies": {
    "alexa-annotations": "^9.0.1",
    "alexa-response": "^4.0.1",
    "alexa-request": "^0.2.1",
    "alexa-ssml-jsx": "^1.0.1",
    "alexa-utterances": "^0.2.1",
    "ava": "^0.16.0",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^7.1.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-react-jsx": "^6.7.4",
    "babel-polyfill": "^6.7.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-1": "^6.5.0",
    "bestzip": "^1.1.3",
    "eslint": "^3.8.1",
    "isomorphic-fetch": "^2.2.1",
    "json-loader": "^0.5.4",
    "node-aws-lambda": "^0.1.8",
    "nomnom": "^1.8.1",
    "npm-run-all": "^3.1.1",
    "webpack": "^1.12.14"
  },
  "files": [
    "build",
    "src"
  ],
  "keywords": [
    "alexa",
    "alexa-skill",
    "echo",
    "skill"
  ]
}
