{
  "name": "netpack",
  "version": "0.2.1",
  "description": "The blazing fast bundler and optimizer that just works for most web projects.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FlorianRappl/netpack.git"
  },
  "scripts": {
    "postinstall": "node dist/install.js"
  },
  "main": "dist/main.js",
  "types": "main.d.ts",
  "files": [
    "dist",
    "cli",
    "main.d.ts"
  ],
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "netpack": "cli/netpack.js"
  },
  "optionalDependencies": {
    "@netpack/linux-x64": "0.2.1",
    "@netpack/osx-arm64": "0.2.1",
    "@netpack/win-x64": "0.2.1"
  },
  "license": "MIT"
}
