{
  "name": "create-nifra",
  "version": "3.1.0",
  "description": "Scaffold a new nifra app - `bun create nifra <dir>`.",
  "keywords": [
    "bun",
    "typescript",
    "nifra",
    "web-framework",
    "full-stack",
    "edge",
    "ssr",
    "scaffold",
    "create",
    "starter",
    "template",
    "cli"
  ],
  "type": "module",
  "bin": {
    "create-nifra": "./dist/cli.js"
  },
  "exports": {
    "./agent-files": {
      "bun": "./src/agent-files.ts",
      "types": "./dist/agent-files.d.ts",
      "default": "./dist/agent-files.js"
    }
  },
  "files": [
    "dist",
    "src/agent-files.ts",
    "template",
    "template-site",
    "template-site-vue",
    "template-site-preact",
    "template-site-solid",
    "template-site-svelte",
    "template-isr",
    "template-batteries"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc -p tsconfig.build.json && bun run ../../scripts/fix-dts.ts dist",
    "prepack": "bun run build"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nifrajs/nifra.git",
    "directory": "packages/create-nifra"
  },
  "bugs": {
    "url": "https://github.com/nifrajs/nifra/issues"
  },
  "homepage": "https://github.com/nifrajs/nifra#readme"
}
