@rushstack/package-extractor
Version:
A library for bundling selected files and dependencies into a deployable package.
42 lines • 1.3 kB
JSON
{
"name": "@rushstack/package-extractor",
"version": "0.10.28",
"description": "A library for bundling selected files and dependencies into a deployable package.",
"main": "lib/index.js",
"typings": "dist/package-extractor.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "libraries/package-extractor"
},
"license": "MIT",
"dependencies": {
"@pnpm/link-bins": "~5.3.7",
"ignore": "~5.1.6",
"jszip": "~3.8.0",
"minimatch": "~3.0.3",
"npm-packlist": "~2.1.2",
"semver": "~7.5.4",
"@rushstack/node-core-library": "5.13.1",
"@rushstack/terminal": "0.15.3",
"@rushstack/ts-command-line": "5.0.1"
},
"devDependencies": {
"@types/glob": "7.1.1",
"@types/minimatch": "3.0.5",
"@types/npm-packlist": "~1.1.1",
"eslint": "~8.57.0",
"webpack": "~5.98.0",
"@types/semver": "7.5.0",
"local-node-rig": "1.0.0",
"@rushstack/heft": "0.73.5",
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.101",
"@rushstack/heft-webpack5-plugin": "0.11.32"
},
"scripts": {
"build": "heft build --clean",
"test": "heft test --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}