npm-pkgbuild
Version:
create ArchLinux, RPM and Debian packages from npm packages
100 lines (99 loc) • 2.5 kB
JSON
{
"name": "npm-pkgbuild",
"version": "20.8.1",
"publishConfig": {
"access": "public",
"provenance": false
},
"packageManager": "npm@11.18.0",
"exports": {
".": {
"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": {
"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",
"lint:docs": "documentation lint ./src**/*.mjs"
},
"dependencies": {
"@npmcli/arborist": "^10.0.0",
"@vercel/nft": "^1.10.2",
"aggregate-async-iterator": "^1.2.5",
"commander": "^15.0.0",
"compare-versions": "^6.1.1",
"content-entry": "^14.2.7",
"content-entry-filesystem": "^9.0.14",
"content-entry-transform": "^1.6.9",
"execa": "^9.6.0",
"ini": "^7.0.0",
"iterable-string-interceptor": "^3.0.8",
"key-value-transformer": "^3.3.2",
"npm-package-walker": "^8.0.11",
"npm-packlist": "^11.3.0",
"pacc": "^10.4.1",
"package-directory": "^8.2.0",
"pacote": "^22.0.0",
"tar-stream": "^3.1.7",
"uti": "^8.11.2"
},
"devDependencies": {
"@types/node": "^26.1.1",
"ava": "^8.0.1",
"c8": "^11.0.0",
"documentation": "^14.0.3",
"semantic-release": "^25.0.5",
"stream-buffers": "^3.0.3"
},
"overrides": {
"c8": {
"yargs": "^18.0.0"
}
},
"engines": {
"node": ">=24.16.0"
},
"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"
]
}
}