@rushstack/heft
Version:
Build all your JavaScript projects the same way: A way that works.
57 lines • 1.48 kB
JSON
{
"name": "@rushstack/heft",
"version": "0.74.5",
"description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [
"toolchain",
"watch",
"bundle",
"Webpack",
"typescript",
"eslint",
"compiler",
"incremental"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "apps/heft"
},
"engines": {
"node": ">=10.13.0"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"main": "lib/index.js",
"types": "dist/heft.d.ts",
"bin": {
"heft": "./bin/heft"
},
"license": "MIT",
"dependencies": {
"@types/tapable": "1.0.6",
"fast-glob": "~3.3.1",
"git-repo-info": "~2.1.0",
"ignore": "~5.1.6",
"tapable": "1.1.3",
"watchpack": "2.4.0",
"@rushstack/heft-config-file": "0.18.4",
"@rushstack/node-core-library": "5.14.0",
"@rushstack/operation-graph": "0.3.2",
"@rushstack/rig-package": "0.5.3",
"@rushstack/terminal": "0.16.0",
"@rushstack/ts-command-line": "5.0.3"
},
"devDependencies": {
"@rushstack/heft": "0.74.3",
"@types/watchpack": "2.4.0",
"eslint": "~9.25.1",
"decoupled-local-node-rig": "1.0.0",
"@microsoft/api-extractor": "7.52.13"
},
"scripts": {
"build": "heft build --clean",
"start": "heft build-watch --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}