{
  "name": "express-oven",
  "version": "0.3.0",
  "description": "An easy mock API generator with express.js",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "microbundle-crl --no-compress",
    "build:dev": "microbundle-crl",
    "test": "jest tests/*",
    "example": "yarn --cwd example",
    "prepublish": "rm -rf dist && yarn build && yarn copy-assets",
    "copy-assets": "cp -r src/schemas dist/schemas && cp -r src/typing-utils dist/typing-utils"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kiraki-dev/express-oven.git"
  },
  "keywords": [
    "express-oven",
    "api-generator",
    "api",
    "rest",
    "express",
    "express.js",
    "mock-api",
    "mock",
    "easy"
  ],
  "author": "hakobpogh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kiraki-dev/express-oven/issues"
  },
  "homepage": "https://github.com/kiraki-dev/express-oven",
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.0.1",
    "express": "^4.17.1",
    "jest": "^27.0.6",
    "microbundle-crl": "^0.13.11",
    "ts-jest": "^27.0.4",
    "ts-node": "^9.1.1",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "express": "^4.17.1"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/multer": "^1.4.7",
    "ajv": "^8.6.2",
    "deepmerge": "^4.2.2",
    "json5": "^2.2.0",
    "light-join": "^1.3.0",
    "light-uid": "^1.1.0",
    "multer": "^1.4.3"
  }
}
