{
  "name": "rapid-mock",
  "version": "1.1.1",
  "description": "simple customizable mock server, automatically maps your file structure to corresponding URL paths",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hache9669/rapid-mock.git"
  },
  "bugs": {
    "url": "https://github.com/hache9669/rapid-mock/issues"
  },
  "homepage": "https://github.com/hache9669/rapid-mock#readme",
  "keywords": [
    "mock",
    "api",
    "json",
    "express",
    "server"
  ],
  "author": "hache9669",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf ./lib",
    "build": "npm run clean && tsc",
    "lint": "eslint 'src/**/*.ts'",
    "start": "ts-node-dev src/index.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/",
    "src/"
  ],
  "dependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^22.2.0",
    "express": "^4.19.2",
    "picocolors": "^1.0.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.5.4"
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^8.1.0",
    "eslint": "^8.57.0",
    "eslint-plugin-custom-rules": "file:eslint-plugin-custom-rules",
    "eslint-plugin-import": "^2.29.1",
    "rapid-mock": "file:",
    "rimraf": "^6.0.1"
  }
}
