{
  "name": "@dottjt/datareade",
  "version": "1.1.73",
  "description": "Data for The Reade",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "-- -- -- -- SCRIPTS -- -- -- -- ": "--",
    "start:dev": "NODE_ENV=development npx ts-node-dev ./src/index.ts --respawn --transpileOnly",
    "start:prod": "NODE_ENV=production rm -rf dist && npx tsc",
    "-- -- -- -- TEST SCRIPTS -- -- -- -- ": "--",
    "test:data": "NODE_ENV=development npx ts-node-dev ./src/testData.ts --respawn --transpileOnly",
    "-- -- -- -- CREATE SCRIPTS -- -- -- -- ": "--",
    "create:twd": "ts-node ./src/create/createScripts/createTWD.ts",
    "create:tndd": "ts-node ./src/create/createScripts/createTNDD.ts",
    "-- -- -- -- SCHEDULER SCRIPTS -- -- -- -- ": "--",
    "start:schedule": "NODE_ENV=development npx ts-node-dev ./src/schedule/schedule.ts --respawn --transpileOnly",
    "-- -- -- -- TAMPERMONKEY SCRIPTS -- -- -- -- ": "--",
    "start:castbox": "cd ./tamperMonkey && npm run start:dev",
    "-- -- -- -- DEPLOY SCRIPTS -- -- -- -- ": "--",
    "deploy": "sh ./deploy.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dottjt/datareade.git"
  },
  "keywords": [],
  "//author": "Julius Reade",
  "author": "Reade",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dottjt/datareade/issues"
  },
  "homepage": "https://github.com/dottjt/datareade#readme",
  "dependencies": {
    "@types/fs-extra": "^8.1.1",
    "fs-extra": "^9.0.0",
    "koa-bodyparser": "^4.3.0",
    "moment": "^2.27.0",
    "node-fetch": "^2.6.0",
    "typescript": "^3.9.5",
    "xmlbuilder2": "^2.1.2"
  },
  "devDependencies": {
    "@giphy/js-fetch-api": "^1.5.9",
    "@koa/cors": "^3.1.0",
    "@koa/router": "^9.1.0",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.13",
    "awesome-typescript-loader": "^5.2.1",
    "dotenv": "^8.2.0",
    "fake-identity": "^1.0.6",
    "file-loader": "^6.0.0",
    "fs-extra": "^9.0.1",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "koa": "^2.13.0",
    "koa-logger": "^3.2.1",
    "lerna": "^3.22.1",
    "node-cron": "^2.0.3",
    "nodemon": "^2.0.4",
    "ts-jest": "^26.0.0",
    "ts-loader": "^7.0.5",
    "ts-node": "^8.10.2",
    "ts-node-dev": "^1.0.0-pre.56",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "tslint": "^6.1.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12"
  },
  "husky": {
    "hooks": {
      "pre-commit": "",
      "pre-push": ""
    }
  },
  "jest": {
    "transform": {
      "^.+\\.(t|j)sx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
