@rushstack/rush-http-build-cache-plugin
Version:
Rush plugin for generic HTTP cloud build cache
32 lines • 943 B
JSON
{
"name": "@rushstack/rush-http-build-cache-plugin",
"version": "5.147.0",
"description": "Rush plugin for generic HTTP cloud build cache",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack",
"directory": "rush-plugins/rush-http-build-cache-plugin"
},
"homepage": "https://rushjs.io",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"https-proxy-agent": "~5.0.0",
"@rushstack/node-core-library": "5.10.0",
"@rushstack/rush-sdk": "5.147.0"
},
"devDependencies": {
"@microsoft/rush-lib": "5.147.0",
"local-node-rig": "1.0.0",
"@rushstack/heft": "0.68.10",
"@rushstack/terminal": "0.14.3"
},
"scripts": {
"build": "heft build --clean",
"start": "heft test-watch",
"test": "heft test",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}