{
  "name": "doggo-quest-logic",
  "version": "0.2.2",
  "description": "The game logic for the Doggo Quest text-based game sample project",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test": "npx jest",
    "ci": "npm run build && npm run test",
    "postversion": "git push && git push --tags",
    "preversion": "npm run build",
    "patch": "npm version patch && npm publish",
    "minor": "npm version minor && npm publish",
    "major": "npm version major && npm publish"
  },
  "author": "Matt Eland",
  "license": "MIT",
  "dependencies": {
    "compromise": "^13.1.0"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IntegerMan/DoggoQuestLogic.git"
  },
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "@types/node": "^13.11.1",
    "jasmine-core": "~3.4.0",
    "jasmine-spec-reporter": "~4.2.1",
    "jest": "^25.1.0",
    "jest-preset-angular": "^8.0.0",
    "ts-jest": "^25.3.1",
    "typescript": "~3.5.3"
  }
}
