{
  "name": "express-chaos-middleware",
  "version": "1.2.4",
  "description": "Put some chaos in your express application",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "packageManager": "pnpm@8.1.0",
  "engineStrict": true,
  "engines": {
    "pnpm": ">=8",
    "node": ">=16"
  },
  "scripts": {
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "build": "tsc --build",
    "lint": "rome check src",
    "lint:fix": "rome format src --write",
    "semantic-release": "semantic-release"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "express",
    "chaos",
    "testing"
  ],
  "author": "ziggornif <matthieudrouian@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.7",
    "@semantic-release/npm": "^9.0.1",
    "@types/debug": "^4.1.7",
    "@types/express": "^4.17.17",
    "@types/seedrandom": "^3.0.5",
    "@vitest/coverage-istanbul": "^0.29.8",
    "eslint": "^8.30.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.3.1",
    "prettier": "^2.8.1",
    "rome": "^12.0.0",
    "semantic-release": "^19.0.5",
    "typescript": "^5.0.3",
    "vitest": "^0.29.8"
  },
  "dependencies": {
    "debug": "^4.3.4",
    "seedrandom": "^3.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drouian-m/express-chaos-middleware.git"
  },
  "bugs": {
    "url": "https://github.com/drouian-m/express-chaos-middleware/issues"
  },
  "homepage": "https://github.com/drouian-m/express-chaos-middleware#readme"
}
