mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
26 lines
646 B
JSON
26 lines
646 B
JSON
{
|
|
"name": "build-test-utilities",
|
|
"description": "Utilities to do build test",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|