2024-02-21 13:56:19 -05:00
|
|
|
{
|
|
|
|
"name": "sparo-lib",
|
2024-02-23 23:08:10 -05:00
|
|
|
"version": "0.0.3",
|
2024-02-21 13:56:19 -05:00
|
|
|
"description": "A library for writing scripts that interact with the Sparo",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"typings": "dist/sparo-lib.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"_phase:build": "heft run --only build -- --clean",
|
|
|
|
"_phase:test": "heft run --only test -- --clean",
|
|
|
|
"test": "heft test --clean",
|
|
|
|
"build": "heft build --clean"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@rushstack/node-core-library": "~3.64.2",
|
2024-02-21 15:28:50 -05:00
|
|
|
"@rushstack/terminal": "~0.8.1",
|
2024-02-21 13:56:19 -05:00
|
|
|
"git-repo-info": "~2.1.1",
|
|
|
|
"inversify": "~6.0.2",
|
|
|
|
"reflect-metadata": "~0.2.1",
|
2024-02-22 20:27:08 -05:00
|
|
|
"semver": "~7.6.0",
|
2024-02-21 13:56:19 -05:00
|
|
|
"yargs": "~17.7.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/heft": "0.64.3",
|
|
|
|
"@rushstack/heft-node-rig": "2.4.5",
|
|
|
|
"@types/heft-jest": "1.0.6",
|
|
|
|
"@types/node": "20.11.16",
|
2024-02-22 20:27:08 -05:00
|
|
|
"@types/semver": "7.5.7",
|
2024-02-21 13:56:19 -05:00
|
|
|
"@types/yargs": "17.0.32",
|
|
|
|
"eslint": "8.56.0",
|
|
|
|
"typescript": "~5.3.3"
|
|
|
|
}
|
|
|
|
}
|