UNPKG

@rushstack/heft-node-rig

Version:

A rig package for Node.js projects that build using Heft

33 lines 905 B
{ "name": "@rushstack/heft-node-rig", "version": "2.8.1", "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": "^0.70.1" }, "dependencies": { "@types/heft-jest": "1.0.1", "eslint": "~8.57.0", "jest-environment-node": "~29.5.0", "typescript": "~5.8.2", "@microsoft/api-extractor": "7.52.1", "@rushstack/eslint-config": "4.3.0", "@rushstack/heft-lint-plugin": "0.5.26", "@rushstack/heft-jest-plugin": "0.15.1", "@rushstack/heft-api-extractor-plugin": "0.3.74", "@rushstack/heft-typescript-plugin": "0.7.1" }, "devDependencies": { "@rushstack/heft": "0.70.1" }, "scripts": { "build": "", "_phase:build": "" } }