{
  "name": "mockado",
  "version": "2.0.3",
  "description": "Have fictitious yet realistic data for your development tests or other needs.",
  "main": "dist/src/index.js",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luizfelipegois/mockado.git"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/src/index.js",
    "dev": "nodemon --watch 'src/' --exec 'ts-node src/index.ts' -e ts",
    "prepare": "husky",
    "test": "jest --passWithNoTests",
    "test:watch": "npm test -- --watch",
    "test:staged": "npm test -- --findRelatedTests",
    "test:push": "npm test -- --coverage"
  },
  "lint-staged": {
    "*.ts": [
      "eslint 'src/**' --fix",
      "prettier --check 'src/**'",
      "npm run test:staged"
    ]
  },
  "keywords": [
    "fake data",
    "fake",
    "fake data generator",
    "fake contextual data generator",
    "fake content generator",
    "fake contextual generator"
  ],
  "author": "luizfelipegois",
  "bugs": {
    "url": "https://github.com/luizfelipegois/mockado/issues"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.30",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.2",
    "nodemon": "^3.1.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.4"
  },
  "homepage": "https://github.com/luizfelipegois/mockado#readme"
}
