{
  "name": "celarium",
  "version": "0.0.3",
  "description": "celarium is a tool to create CRUD APIs with a tree-structure in mere minutes",
  "main": "src/index.js",
  "template": {
    "extends": [
      "nodeEslint"
    ]
  },
  "files": [
    "example.js",
    "src/**/*.js"
  ],
  "bin": {
    "celarium": "src/bin.js"
  },
  "scripts": {
    "start": "nodemon -i out -x \"npm run try | pino-pretty\"",
    "watch-n-test": "DEBUG=cel* nodemon -i out -x \"npm test -- -c | pino-pretty\"",
    "test": "mocha -A",
    "prep": "sh -c 'if [ ! -e node_modules/celarium ]; then ln -sf .. node_modules/celarium; fi'",
    "example": "node src/bin.js node:$PWD/example.js $PWD/out",
    "try": "npm run prep && npm run example && node out/test.js",
    "_example": "celarium node:$PWD/example.js /tmp",
    "cov": "nyc mocha",
    "lint": "eslint .",
    "fix": "eslint --fix ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkg20001/celarium.git"
  },
  "keywords": [
    "rest",
    "crud",
    "auth",
    "generator"
  ],
  "author": "Maciej Krüger <mkg20001@gmail.com>",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/mkg20001/celarium/issues"
  },
  "homepage": "https://github.com/mkg20001/celarium#readme",
  "dependencies": {
    "@hapi/boom": "^9.1.0",
    "@hapi/joi": "^17.1.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "fake-joi": "^0.1.0",
    "joi": "^17.3.0",
    "mkdirp": "^1.0.4",
    "rimraf": "^3.0.2"
  },
  "devDependencies": {
    "@hapi/hapi": "^20.0.3",
    "eslint": "*",
    "eslint-config-aegir-standalone": "*",
    "eslint-config-ipfs": "*",
    "eslint-config-oclif": "*",
    "hapi-pino": "^8.3.0",
    "mkgs-tool": "^0.1.14",
    "mocha": "*",
    "mongoose": "^5.11.8",
    "node-fetch": "^2.6.1",
    "nyc": "*",
    "pino-pretty": "^4.3.0",
    "whatwg-fetch": "^3.5.0"
  },
  "engines": {
    "node": ">=10.0.0"
  }
}
