rush-archive-project-plugin
Version:
Rush plugin to archive project
52 lines • 1.33 kB
JSON
{
"name": "rush-archive-project-plugin",
"version": "1.2.2",
"description": "Rush plugin to archive project",
"keywords": [
"rush",
"plugin",
"archive",
"project"
],
"homepage": "https://github.com/tiktok/rush-plugins#readme",
"bugs": {
"url": "https://github.com/tiktok/rush-plugins/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiktok/rush-plugins.git",
"directory": "rush-plugins/rush-archive-project-plugin"
},
"license": "MIT",
"main": "lib/index.js",
"bin": {
"rush-project-archiver": "lib/cli.js"
},
"dependencies": {
"@rushstack/node-core-library": "3.62.0",
"@rushstack/rush-sdk": "5.62.4",
"inquirer": "~8.2.0",
"json2md": "~2.0.0",
"ora": "5.4.1",
"tar": "~6.1.11",
"yargs": "~17.3.0"
},
"devDependencies": {
"@rushstack/eslint-config": "3.3.4",
"@rushstack/heft": "0.61.0",
"@rushstack/heft-node-rig": "2.2.25",
"@types/heft-jest": "1.0.1",
"@types/inquirer": "~8.1.3",
"@types/json2md": "~1.5.1",
"@types/node": "18.17.15",
"@types/pacote": "~11.1.1",
"@types/tar": "~6.1.1",
"@types/yargs": "~17.0.7",
"typescript": "~5.0.4"
},
"scripts": {
"build": "heft build --clean",
"build:watch": "heft build --watch",
"test": "heft test"
}
}