{
  "name": "npm-pkgbuild",
  "version": "20.6.4",
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "packageManager": "npm@11.10.0+sha512.8bc844e37892200305b98562f13c6c10849d10b3387c8cdaeb4d1a2e32746a79063cba9dd284cf28c26a01c3bf4169b7d3b31b4a5586cc970d6749463108073c",
  "types": "./types/module.d.mts",
  "exports": {
    ".": {
      "types": "./types/module.d.mts",
      "default": "./src/module.mjs"
    }
  },
  "description": "create ArchLinux, RPM and Debian packages from npm packages",
  "keywords": [
    "ArchLinux",
    "arch-linux",
    "aur",
    "buildah",
    "deb",
    "debian",
    "docker",
    "makepkg",
    "package",
    "pacman",
    "pkgbuild",
    "rpm",
    "rpmspec"
  ],
  "contributors": [
    {
      "name": "Markus Felten",
      "email": "markus.felten@gmx.de"
    }
  ],
  "license": "0BSD",
  "bin": {
    "npm-pkgbuild": "src/npm-pkgbuild-cli.mjs"
  },
  "scripts": {
    "prepare": "node --run prepare:typescript",
    "prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
    "test": "node --run test:ava",
    "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
    "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
    "docs": "documentation readme --section=API ./src**/*.mjs",
    "lint": "node --run lint:docs && node --run lint:typescript",
    "lint:docs": "documentation lint ./src**/*.mjs",
    "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs",
    "tsc:types": "tsc -d --allowJs --declarationDir dist --emitDeclarationOnly ./src/extract-from-package.mjs"
  },
  "dependencies": {
    "@npmcli/arborist": "^9.3.1",
    "@vercel/nft": "^1.3.1",
    "aggregate-async-iterator": "^1.2.4",
    "commander": "^14.0.3",
    "compare-versions": "^6.1.1",
    "content-entry": "^14.2.7",
    "content-entry-filesystem": "^9.0.14",
    "content-entry-transform": "^1.6.6",
    "execa": "^9.6.0",
    "ini": "^6.0.0",
    "iterable-string-interceptor": "^3.0.7",
    "key-value-transformer": "^3.3.1",
    "npm-package-walker": "^8.0.11",
    "npm-packlist": "^10.0.4",
    "pacc": "^9.2.5",
    "package-directory": "^8.2.0",
    "pacote": "^21.3.1",
    "tar-stream": "^3.1.7",
    "uti": "^8.11.1"
  },
  "devDependencies": {
    "@types/node": "^25.3.0",
    "ava": "^6.4.1",
    "c8": "^10.1.3",
    "documentation": "^14.0.3",
    "semantic-release": "^25.0.3",
    "stream-buffers": "^3.0.3",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=24.13.1",
    "bun": ">=1.3.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arlac77/npm-pkgbuild.git"
  },
  "bugs": {
    "url": "https://github.com/arlac77/npm-pkgbuild/issues"
  },
  "homepage": "https://github.com/arlac77/npm-pkgbuild#readme",
  "template": {
    "inheritFrom": [
      "arlac77/template-arlac77-github",
      "arlac77/template-javascript-component",
      "arlac77/template-typescript"
    ]
  }
}
