{
  "name": "ask-utils-proactive-event",
  "version": "0.2.4",
  "description": "[Deprecated] Please use @ask-utils/proactive-event instead.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint 'libs/**/*.{ts,tsx}'",
    "doc": "typedoc --out docs libs/",
    "test:watch": "jest --watch",
    "test:dev": "jest --watch --silent=false --verbose false --coverage"
  },
  "bugs": {
    "url": "https://github.com/ask-utils/proactive-event/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ask-utils/proactive-event.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "Alexa",
    "ASK SDK",
    "Proactive Event",
    "ask-utils"
  ],
  "author": "Hidetaka Okamoto <info@wp-kyoto.net> (https://wp-kyoto.net)",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^23.3.12",
    "@types/node": "^10.12.18",
    "@types/uuid": "^3.4.4",
    "@typescript-eslint/eslint-plugin": "^1.1.1",
    "@typescript-eslint/parser": "^1.1.1",
    "@typescript-eslint/typescript-estree": "^1.1.1",
    "ask-sdk": "^2.3.0",
    "ask-sdk-core": "^2.0.7",
    "ask-sdk-model": "^1.3.1",
    "axios": "^0.18.0",
    "eslint": "^5.15.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "jest": "^23.6.0",
    "moment": "^2.24.0",
    "ts-jest": "^23.10.5",
    "typedoc": "^0.14.1",
    "typescript": "^3.3.3333",
    "uuid": "^3.3.2"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.json"
      }
    },
    "testMatch": [
      "**/__tests__/**/*.+(ts|tsx|js)",
      "**/__tests__/*/*.+(ts|tsx|js)"
    ]
  },
  "homepage": "https://github.com/ask-utils/proactive-event#readme",
  "directories": {
    "doc": "docs"
  }
}
