{
  "name": "nifra-app",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "scripts": {
    "dev": "bun --watch run src/index.ts",
    "start": "bun run src/index.ts",
    "check": "nifra check && nifra assure",
    "test": "bun test",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@nifrajs/client": "^3.1.0",
    "@nifrajs/core": "^3.1.0",
    "@nifrajs/middleware": "^3.1.0",
    "@nifrajs/schema": "^3.1.0"
  },
  "devDependencies": {
    "@nifrajs/cli": "^3.1.0",
    "@types/bun": "latest",
    "typescript": "^6.0.3"
  }
}
