зеркало из https://github.com/microsoft/rushstack.git
34 строки
944 B
JSON
34 строки
944 B
JSON
{
|
|
"name": "@rushstack/heft-node-rig",
|
|
"version": "2.6.40",
|
|
"description": "A rig package for Node.js projects that build using Heft",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "",
|
|
"_phase:build": ""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/rushstack.git",
|
|
"directory": "rigs/heft-node-rig"
|
|
},
|
|
"peerDependencies": {
|
|
"@rushstack/heft": "^0.68.6"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/api-extractor": "workspace:*",
|
|
"@rushstack/eslint-config": "workspace:*",
|
|
"@rushstack/heft-api-extractor-plugin": "workspace:*",
|
|
"@rushstack/heft-jest-plugin": "workspace:*",
|
|
"@rushstack/heft-lint-plugin": "workspace:*",
|
|
"@rushstack/heft-typescript-plugin": "workspace:*",
|
|
"@types/heft-jest": "1.0.1",
|
|
"eslint": "~8.57.0",
|
|
"jest-environment-node": "~29.5.0",
|
|
"typescript": "~5.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft": "workspace:*"
|
|
}
|
|
}
|