{
  "name": "wasp-prisma",
  "version": "0.24.0",
  "type": "module",
  "author": "Wasp Team",
  "license": "MIT",
  "scripts": {
    "build": "npx tsc",
    "format": "npm start format",
    "start": "node ./dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "json5": "^2.2.3",
    "prisma": "5.19.1",
    "strip-ansi": "^7.1.2",
    "tmp-promise": "3.0.3"
  },
  "devDependencies": {
    "@types/node": "^22.17.0",
    "@types/tmp": "^0.2.3",
    "@typescript-eslint/eslint-plugin": "^5.48.0",
    "@typescript-eslint/parser": "^5.48.0",
    "eslint": "^8.31.0",
    "typescript": "^5.1.3",
    "vitest": "^4.0.8"
  }
}
