@rushstack/heft-node-rig
Version:
A rig package for Node.js projects that build using Heft
34 lines • 926 B
JSON
{
"name": "@rushstack/heft-node-rig",
"version": "2.11.27",
"description": "A rig package for Node.js projects that build using Heft",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "rigs/heft-node-rig"
},
"peerDependencies": {
"@rushstack/heft": "^1.2.7"
},
"dependencies": {
"@types/heft-jest": "1.0.1",
"eslint": "~9.37.0",
"jest-environment-node": "~29.5.0",
"typescript": "~5.8.2",
"@microsoft/api-extractor": "7.57.7",
"@rushstack/heft-api-extractor-plugin": "1.3.7",
"@rushstack/heft-jest-plugin": "1.2.7",
"@rushstack/heft-lint-plugin": "1.2.7",
"@rushstack/eslint-config": "4.6.4",
"@rushstack/heft-typescript-plugin": "1.3.2"
},
"devDependencies": {
"@rushstack/heft": "1.2.7"
},
"sideEffects": false,
"scripts": {
"build": "",
"_phase:build": ""
}
}