@rushstack/rush-azure-storage-build-cache-plugin
Version:
Rush plugin for Azure storage cloud build cache
32 lines • 966 B
JSON
{
"name": "@rushstack/rush-azure-storage-build-cache-plugin",
"version": "5.153.1",
"description": "Rush plugin for Azure storage cloud build cache",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack",
"directory": "heft-plugins/heft-webpack5-plugin"
},
"homepage": "https://rushjs.io",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"@azure/identity": "~4.5.0",
"@azure/storage-blob": "~12.26.0",
"@rushstack/node-core-library": "5.13.0",
"@rushstack/rush-sdk": "5.153.1",
"@rushstack/terminal": "0.15.2"
},
"devDependencies": {
"@rushstack/heft": "0.73.3",
"@microsoft/rush-lib": "5.153.1",
"local-node-rig": "1.0.0"
},
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}