{
  "name": "@iguazu/core",
  "version": "0.5.6",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "prebuild": "rimraf ./build",
    "build": "tsc",
    "build:prod": "NODE_ENV=production tsc",
    "test": "cd ./test && mocha -r ts-node/register ./**/**/*.spec.ts",
    "lint": "tslint --project tsconfig.json",
    "lint:fix": "tslint --project tsconfig.json --fix"
  },
  "engines": {
    "node": ">=8.9"
  },
  "license": "MIT",
  "dependencies": {
    "@iguazu/yaguar": "0.x",
    "@types/bluebird": "^3.5.20",
    "@types/bookshelf": "^0.9.8",
    "@types/boom": "^7.2.0",
    "@types/dotenv": "^4.0.3",
    "@types/jsonwebtoken": "^7.2.6",
    "@types/knex": "^0.14.12",
    "@types/node": "^10.0.0",
    "bcryptjs": "^2.4.3",
    "bluebird": "^3.5.1",
    "bookshelf": "^0.13.3",
    "bookshelf-eloquent": "^0.1.15",
    "bookshelf-paranoia": "^0.11.0",
    "boom": "^7.2.0",
    "chalk": "^2.4.1",
    "commander": "^2.15.1",
    "cors": "^2.8.4",
    "cross-spawn": "^6.0.5",
    "dotenv": "^5.0.1",
    "fast-safe-stringify": "^2.0.4",
    "fastify": "^1.3.1",
    "fastify-boom": "^0.1.0",
    "fastify-helmet": "^1.0.3",
    "fastify-plugin": "^1.0.1",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "interpret": "^1.1.0",
    "json-loader": "^0.5.7",
    "jsonwebtoken": "^8.2.1",
    "knex": "^0.14.6",
    "liftoff": "^2.5.0",
    "minimist": "^1.2.0",
    "nodemon": "^1.17.3",
    "nuxt": "^1.4.0",
    "pg": "^7.4.1",
    "ramda": "^0.25.0",
    "rxjs": "^6.0.0",
    "source-map-support": "^0.5.5",
    "tildify": "^1.2.0",
    "ts-loader": "^4.2.0",
    "v8flags": "^3.0.2",
    "webpack": "^4.6.0",
    "webpack-node-externals": "^1.7.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Fernando Berti <bertilxi@gmail.com>",
  "description": "",
  "devDependencies": {
    "sqlite3": "^4.0.0"
  }
}
