{
  "name": "@cedarjs/auth-dbauth-setup",
  "version": "6.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/auth-providers/dbAuth/setup"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./build.mts",
    "build:pack": "yarn pack -o cedarjs-auth-dbauth-setup.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build\"",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "yarn vitest run src",
    "test:watch": "yarn test --watch"
  },
  "dependencies": {
    "@cedarjs/cli-helpers": "6.0.0",
    "@cedarjs/project-config": "6.0.0",
    "@prisma/internals": "7.8.0",
    "prompts": "2.4.2",
    "termi-link": "1.1.0"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "6.0.0",
    "@types/yargs": "17.0.35",
    "memfs": "4.68.1",
    "nodemon": "3.1.14",
    "ts-dedent": "2.3.0",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
