{
  "name": "faker-ts",
  "main": "dist/ts-faker.js",
  "typings": "dist/ts-faker.d.ts",
  "bin": "dist/bin/ts-faker.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "test": "npm run build && mocha -t 5000 --require source-map-support/register dist/tests",
    "debug": "node --inspect-brk -r ts-node/register tests/server.ts",
    "run": "ts-node ts-faker.ts",
    "serve": "ts-node tests/server.ts",
    "build": "tsc -p .",
    "lint": "tslint --project tsconfig.json -c tslint.json --exclude '**/*.d.ts'"
  },
  "dependencies": {
    "commander": "^2.20.0",
    "faker": "^4.1.0",
    "json-schema-faker": "^0.5.0-rc17",
    "typescript": "^3.5.2",
    "typescript-json-schema": "^0.38.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/faker": "^4.1.5",
    "@types/koa": "^2.0.48",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.0.10",
    "chai": "^4.2.0",
    "koa": "^2.7.0",
    "koa-router": "^7.4.0",
    "mocha": "^6.1.4",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0"
  },
  "version": "0.0.2"
}
