{
  "name": "typeorm-fixtures-cli-fork",
  "version": "3.0.5",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "fixtures": "dist/cli.js",
    "fixtures-ts-node-commonjs": "dist/cli-ts-node-commonjs.js",
    "fixtures-ts-node-esm": "dist/cli-ts-node-esm.js"
  },
  "scripts": {
    "postinstall": "(opencollective-postinstall || exit 0) && (husky install || exit 0)",
    "build": "npm run clean && tsc -p tsconfig.json",
    "prepare": "npm run build",
    "clean": "trash dist",
    "lint:fix": "prettier src/**/*.ts --write && eslint --fix .",
    "lint": "eslint . && prettier src/**/*.ts --list-different",
    "test": "nyc mocha \"test/**/*.ts\"",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "commit": "npx git-cz"
  },
  "keywords": [
    "typeorm",
    "fixtures",
    "orm",
    "cli",
    "typescript",
    "faker",
    "fixture-loader",
    "typeorm-fixtures"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RobinCK/typeorm-fixtures.git"
  },
  "author": "Igor Ognichenko <ognichenko.igor@gmail.com>",
  "bugs": {
    "url": "https://github.com/RobinCK/typeorm-fixtures/issues"
  },
  "homepage": "https://github.com/RobinCK/typeorm-fixtures#readme",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^17.0.0",
    "@commitlint/config-conventional": "^17.0.0",
    "@duncte123/jsonlint": "^1.6.3",
    "@types/chai": "^4.2.14",
    "@types/chai-as-promised": "^7.1.3",
    "@types/cli-progress": "^3.8.0",
    "@types/ejs": "^3.0.5",
    "@types/glob": "^7.2.0",
    "@types/js-yaml": "^4.0.0",
    "@types/lodash": "^4.14.166",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.0.0",
    "@types/yargs": "^17.0.10",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.27.1",
    "chai-as-promised": "^7.1.1",
    "commitizen": "^4.2.4",
    "conventional-changelog-cli": "^2.1.1",
    "coveralls": "^3.1.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.17.0",
    "husky": "^8.0.0",
    "lint-staged": "^13.0.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.0.0",
    "trash-cli": "^5.0.0",
    "ts-node": "^10.7.0",
    "typeorm": "^0.3.0",
    "typescript": "^4.6.2",
    "yaml-lint": "^1.2.4"
  },
  "dependencies": {
    "@faker-js/faker": "^7.0.0",
    "chai": "^4.2.0",
    "chalk": "^4.0.0",
    "class-transformer": "^0.5.0",
    "cli-progress": "^3.10.0",
    "ejs": "^3.1.5",
    "glob": "^8.0.1",
    "joi": "^17.0.0",
    "js-yaml": "^4.0.0",
    "lodash": "^4.0.0",
    "opencollective-postinstall": "^2.0.3",
    "reflect-metadata": "^0.1.13",
    "resolve-from": "^5.0.0",
    "yargs": "^17.5.1"
  },
  "peerDependencies": {
    "typeorm": "^0.3.0"
  },
  "collective": {
    "url": "https://opencollective.com/typeorm-fixtures"
  }
}
