{
  "name": "dotup-ts-node-skills-game",
  "version": "0.2.0",
  "description": "Develop alexa typescript games",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "compile": "tsc -p ./",
    "watch": "tsc -watch -p ./",
    "release": "npm run clean-build && npm run test-mocha && git push && npm run gh-pages && npm publish",
    "clean-dist": "rimraf dist",
    "clean-build": "rimraf dist && npm run compile",
    "test-mocha": "node node_modules/mocha/bin/mocha --require ts-node/register test/*.test.ts --reporter spec",
    "test-jasmine": "jasmine-ts",
    "docs": "typedoc --mode file --out docs src --exclude \"**/*+(index|.spec|.test|.e2e).ts\"",
    "gh-pages": "rimraf docs && npm run docs && gh-pages -d docs",
    "postpublish": "git tag -a v%npm_package_version% -m \"Release v%npm_package_version%\" && git push origin --tags",
    "commit-release": "git commit -a -m \"Release v%npm_package_version%\" && git push && git tag -a v%npm_package_version% -m \"Release v%npm_package_version%\" && git push origin --tags",
    "npm-publish": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotupNET/dotup-ts-node-skills-game.git"
  },
  "keywords": [
    "typescript",
    "alexa",
    "skill",
    "gadget",
    "game"
  ],
  "author": "Peter Ullrich",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dotupNET/dotup-ts-node-skills-game/issues"
  },
  "homepage": "https://github.com/dotupNET/dotup-ts-node-skills-game#readme",
  "dependencies": {
    "ask-sdk-core": "^2.5.1",
    "ask-sdk-model": "^1.14.0",
    "ask-sdk-runtime": "2.4.0",
    "dotup-ts-node-skills-workflows": "^0.2.0",
    "dotup-ts-ssml-builder": "^1.0.3",
    "dotup-ts-internationalization": "1.0.7",
    "dotup-ts-json-serializer": "0.0.4",
    "dotup-ts-types": "0.0.22",
    "dotup-ts-logger": "^0.0.13"
  },
  "peerDependencies": {
    "dotup-ts-node-skills": "^0.3.6"
  },
  "devDependencies": {
    "dotup-ts-git-wrapper": "^1.0.0",
    "gulp": "^4.0.0",
    "gulp-tslint": "^8.1.4",
    "gulp-typescript": "^5.0.1",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-gh-pages": "^0.5.4",
    "gulp-typedoc": "^2.2.2",
    "gulp-mocha": "^6.0.0",
    "del": "^4.0.0",
    "dotup-ts-node-skills": "^0.3.6",
    "@types/express": "^4.16.1",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "chai": "^4.2.0",
    "mocha": "^6.0.2",
    "dotup-ts-alexa-skill-server": "^0.0.5",
    "gh-pages": "^2.0.1",
    "rimraf": "^2.6.3",
    "ts-node": "^8.0.3",
    "tslint": "^5.14.0",
    "tslint-microsoft-contrib": "^6.1.0",
    "tslint-no-circular-imports": "^0.6.2",
    "typedoc": "^0.14.2",
    "typescript": "3.3.3",
    "cross-spawn": "^6.0.5"
  }
}
