{
  "name": "@octo-bot/core",
  "version": "1.1.0",
  "description": "core for coto bot",
  "author": "SoraYama <sorayamahou@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch",
    "prepublish": "rm -rf lib && yarn run build"
  },
  "files": [
    "lib/**/*"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SoraYama/octo-bot.git"
  },
  "bugs": {
    "url": "https://github.com/SoraYama/octo-bot/issues"
  },
  "dependencies": {
    "fs-extra": "^9.0.1",
    "lodash": "^4.17.20",
    "log4js": "^6.3.0",
    "node-cron": "^2.0.3",
    "redis": "^4.3.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.4",
    "@types/get-installed-path": "^4.0.1",
    "@types/lodash": "^4.14.165",
    "@types/node-cron": "^2.0.3",
    "typescript": "^4.1.2"
  }
}
