{
  "name": "@fast-check/packaged",
  "description": "Utility package removing any files that will not be part of the final bundle",
  "version": "0.7.1",
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": "./lib/packaged.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dubzzz/fast-check.git",
    "directory": "packages/packaged"
  },
  "author": "Nicolas DUBIEN <github@dubien.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dubzzz/fast-check/issues"
  },
  "homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/packaged#readme",
  "engines": {
    "node": ">=20.19.0"
  },
  "dependencies": {
    "@npmcli/arborist": "^9.0.0",
    "npm-packlist": "^10.0.0 || ^11.0.0"
  },
  "devDependencies": {
    "@types/npm-packlist": "^7.0.3",
    "@types/npmcli__arborist": "^6.3.3",
    "rolldown": "^1.1.5",
    "typescript": "~6.0.3",
    "vitest": "^4.1.10"
  },
  "keywords": [],
  "funding": [
    {
      "type": "individual",
      "url": "https://github.com/sponsors/dubzzz"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/fast-check"
    }
  ],
  "scripts": {
    "build": "rolldown -c",
    "build-ci": "rolldown -c",
    "typecheck": "tsc --noEmit"
  },
  "bin": {
    "packaged": "./bin/packaged.js"
  }
}