{ "name": "build-test-utilities", "description": "Code shared between the build test projects in this repository", "version": "1.0.0", "private": true, "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "_phase:build": "heft run --only build -- --clean", "build": "heft build --clean" }, "dependencies": { "@rushstack/node-core-library": "~3.64.2", "jest-diff": "~29.7.0", "sparo": "workspace:*", "@rushstack/terminal": "~0.8.1" }, "devDependencies": { "@rushstack/heft": "0.64.3", "@rushstack/heft-node-rig": "2.4.5", "@types/heft-jest": "1.0.6", "@types/node": "20.11.16", "eslint": "8.56.0", "typescript": "~5.3.3" }, "keywords": [], "license": "MIT" }