{
  "name": "kaede",
  "version": "0.3.1",
  "description": "A light-weighted LINE bot platform",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo no test yet",
    "build": "tsc",
    "release": "npm run build && npm publish"
  },
  "files": [
    "dist",
    "src",
    "bin"
  ],
  "bin": {
    "kaede": "./bin/kaede"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/utatti/kaede.git"
  },
  "keywords": [
    "line",
    "bot"
  ],
  "author": "Hyunje Jun <me@noraesae.net>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/utatti/kaede/issues"
  },
  "homepage": "https://github.com/utatti/kaede",
  "devDependencies": {
    "typescript": "^2.6.2"
  },
  "dependencies": {
    "@line/bot-sdk": "^5.2.0",
    "@types/clipboardy": "^1.1.0",
    "@types/express": "^4.11.0",
    "@types/get-port": "^3.2.0",
    "@types/node": "^9.3.0",
    "@types/yargs": "^10.0.1",
    "babel-plugin-transform-async-generator-functions": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-register": "^6.26.0",
    "clipboardy": "^1.2.2",
    "express": "^4.16.2",
    "get-port": "^3.2.0",
    "ngrok": "^2.2.25",
    "yargs": "^10.1.1"
  }
}
