@rushstack/rush-http-build-cache-plugin
Version:
Rush plugin for generic HTTP cloud build cache
33 lines • 967 B
JSON
{
"name": "@rushstack/rush-http-build-cache-plugin",
"version": "5.155.1",
"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.13.1",
"@rushstack/rush-sdk": "5.155.1"
},
"devDependencies": {
"eslint": "~9.25.1",
"@microsoft/rush-lib": "5.155.1",
"local-node-rig": "1.0.0",
"@rushstack/heft": "0.74.0",
"@rushstack/terminal": "0.15.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"
}
}