{
  "name": "pledgepack",
  "version": "0.1.8",
  "description": "A Rust+Zig bundler with incremental computation, JS plugins, and Rollup-quality output",
  "type": "module",
  "bin": {
    "pledge": "bin/pledge.js"
  },
  "author": "Pledge and Grow",
  "license": "MIT",
  "scripts": {
    "dev": "pledge dev",
    "build": "pledge build",
    "build:profile": "pledge build --profile",
    "build:watch": "pledge build --watch",
    "preview": "pledge preview",
    "serve": "pledge serve",
    "cache:clear": "pledge cache clear",
    "bench": "pledge bench",
    "analyze": "pledge analyze",
    "test": "pledge test",
    "test:watch": "pledge test --watch",
    "gen:env": "pledge generate-env-types",
    "postinstall": "node ./bin/postinstall.js",
    "publish:npm": "npm publish --access public"
  },
  "files": [
    "bin/",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "bundler",
    "build-tool",
    "dev-server",
    "hmr",
    "rust",
    "zig",
    "wasm",
    "js-plugins",
    "vite",
    "webpack",
    "rollup",
    "esbuild",
    "turbopack",
    "react",
    "vue",
    "svelte",
    "solid",
    "next",
    "remix",
    "astro",
    "qwik",
    "pledge",
    "pledgepack"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pledgeandgrow/pledgerepo.git"
  },
  "homepage": "https://github.com/pledgeandgrow/pledgerepo",
  "bugs": {
    "url": "https://github.com/pledgeandgrow/pledgerepo/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "react": "^19.2.7",
    "react-dom": "^19.2.7"
  }
}
