UNPKG

@microsoft/rush

Version:

A professional solution for consolidating all your JavaScript projects in one Git repo

54 lines 1.44 kB
{ "name": "@microsoft/rush", "version": "5.155.1", "description": "A professional solution for consolidating all your JavaScript projects in one Git repo", "keywords": [ "install", "build", "publish", "fast", "incremental", "package manager", "monorepo", "package.json" ], "preferGlobal": true, "repository": { "type": "git", "url": "https://github.com/microsoft/rushstack.git", "directory": "apps/rush" }, "engines": { "node": ">=5.6.0" }, "engineStrict": true, "homepage": "https://rushjs.io", "bin": { "rush": "./bin/rush", "rush-pnpm": "./bin/rush-pnpm", "rushx": "./bin/rushx" }, "license": "MIT", "dependencies": { "semver": "~7.5.4", "@microsoft/rush-lib": "5.155.1", "@rushstack/node-core-library": "5.13.1", "@rushstack/terminal": "0.15.3" }, "devDependencies": { "eslint": "~9.25.1", "@types/heft-jest": "1.0.1", "@types/semver": "7.5.0", "@rushstack/heft": "0.74.0", "@rushstack/rush-amazon-s3-build-cache-plugin": "5.155.1", "@rushstack/rush-azure-storage-build-cache-plugin": "5.155.1", "@rushstack/rush-http-build-cache-plugin": "5.155.1", "local-node-rig": "1.0.0" }, "scripts": { "build": "heft build --clean", "start": "node lib/start-dev-docs.js", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }