{
  "name": "simple-knex-fixtures",
  "version": "2.0.3",
  "description": "knex fixture loader",
  "main": "index.js",
  "scripts": {
    "test": "npx nyc mocha",
    "lint:fix": "npm run lint -- --fix",
    "lint": "./node_modules/.bin/eslint ./lib/**/*.js ./test/**/*.js"
  },
  "engines": {
    "node": ">=8"
  },
  "keywords": [
    "knex",
    "fixtures"
  ],
  "dependencies": {
    "bluebird": "^3.7.2",
    "debug": "^4.3.2",
    "extend": "^3.0.2",
    "glob": "~7.1.7",
    "js-yaml": "4.1.0",
    "lodash": "^4.17.21",
    "object-assign": "^4.1.1"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.1.1",
    "del": "^6.0.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-import": "^2.24.0",
    "knex": "^0.21.21",
    "mocha": "^9.0.3",
    "nyc": "^15.1.0",
    "require-dir": "^1.2.0",
    "should": "^13.2.3",
    "sinon": "^11.1.2",
    "sqlite3": "^5.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/viglucci/simple-knex-fixtures.git"
  },
  "bugs": {
    "url": "https://github.com/viglucci/simple-knex-fixtures/issues"
  },
  "author": "Kevin Viglucci <kviglucci@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md"
}
