@rushstack/heft
Version:
Build all your JavaScript projects the same way: A way that works.
60 lines • 1.59 kB
JSON
{
"name": "@rushstack/heft",
"version": "0.68.18",
"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.16.6",
"@rushstack/node-core-library": "5.11.0",
"@rushstack/operation-graph": "0.2.38",
"@rushstack/terminal": "0.15.0",
"@rushstack/ts-command-line": "4.23.5",
"@rushstack/rig-package": "0.5.3"
},
"devDependencies": {
"@rushstack/heft": "0.68.12",
"@rushstack/heft-node-rig": "2.6.48",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"@types/watchpack": "2.4.0",
"typescript": "~5.4.2",
"local-eslint-config": "1.0.0",
"@microsoft/api-extractor": "7.50.1"
},
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}