{
  "name": "low-cleric",
  "version": "2.5.0",
  "description": "",
  "main": "dist/src/app.js",
  "types": "dist/src/app.d.ts",
  "scripts": {
    "test": "mocha --require ts-node/register ./test/**/*.ts",
    "client": "tsc csv-client/*.ts --outDir dist && cp csv-client/tasks.csv dist/tasks.csv",
    "build": "tsc",
    "webpack": "npx webpack",
    "clean": "rm -rf dist/",
    "rebuild": "npm run clean && npm run build",
    "prepublish": "npm run rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cfe84/low-cleric.git"
  },
  "author": "Charles Feval",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cfe84/low-cleric/issues"
  },
  "homepage": "https://github.com/cfe84/low-cleric#readme",
  "devDependencies": {
    "@types/mocha": "^7.0.2",
    "@types/node": "^13.11.1",
    "mocha": "^7.1.1",
    "should": "^13.2.3",
    "testdouble": "^3.13.1",
    "ts-loader": "^6.2.2",
    "ts-node": "^8.8.2",
    "typescript": "^3.8.3",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {
    "@types/should": "^13.0.0",
    "csv": "^5.3.2"
  }
}
