{
  "name": "@raven-js/fledge",
  "version": "0.4.48",
  "description": "From nestling to flight-ready - Build & bundle tool for modern JavaScript apps",
  "type": "module",
  "main": "index.js",
  "bin": {
    "fledge": "bin/fledge.js"
  },
  "files": [
    "**/*.js",
    "*.d.ts",
    "**/README.md",
    "LICENSE",
    "media/**/*",
    "static/**/*",
    "!**/*.test.js"
  ],
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./index.js"
    }
  },
  "scripts": {
    "nest:validate": "node ../nest/bin/nest.js validate",
    "nest:docs": "node ../nest/bin/nest.js build-docs",
    "build": "esbuild bin/fledge.js --bundle --minify --platform=node --format=esm --external:esbuild --outfile=bin/fledge.min.js",
    "test": "npm run nest:validate && npm run test:types && npm run test:style && npm run test:code",
    "test:code": "timeout 20s node --no-warnings --test --test-concurrency=1 --test-reporter=dot --test-force-exit",
    "test:coverage": "timeout 10s node --no-warnings --test --test-concurrency=1 --experimental-test-coverage --test-coverage-exclude='**/*.test.js'",
    "test:style": "npx biome lint --error-on-warnings .",
    "test:types": "tsc --noEmit --project jsconfig.json"
  },
  "keywords": [
    "build",
    "bundle",
    "binary",
    "static-site-generation",
    "cli",
    "activity",
    "zero-dependency",
    "modern-javascript",
    "esm",
    "development-tools",
    "toolkit",
    "raven",
    "bundler",
    "compiler",
    "developer-tools",
    "deployment",
    "optimization"
  ],
  "author": {
    "name": "Anonyfox",
    "email": "max@anonyfox.com",
    "url": "https://anonyfox.com"
  },
  "license": "MIT",
  "homepage": "https://ravenjs.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/Anonyfox/raven-js.git",
    "directory": "packages/fledge"
  },
  "bugs": {
    "url": "https://github.com/Anonyfox/raven-js/issues"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Anonyfox"
  },
  "dependencies": {
    "@raven-js/wings": "*",
    "esbuild": "^0.25.9",
    "postject": "^1.0.0-alpha.6"
  }
}
