2024-03-06 20:25:24 -05:00
|
|
|
{
|
|
|
|
"name": "build-test-utilities",
|
2024-03-12 17:26:17 -04:00
|
|
|
"description": "Code shared between the build test projects in this repository",
|
2024-03-06 20:25:24 -05:00
|
|
|
"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",
|
2024-03-07 17:18:33 -05:00
|
|
|
"jest-diff": "~29.7.0",
|
2024-03-13 17:14:44 -04:00
|
|
|
"sparo": "workspace:*",
|
|
|
|
"@rushstack/terminal": "~0.8.1"
|
2024-03-06 20:25:24 -05:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|