tiktok-sparo/apps/sparo/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "sparo",
2024-10-24 16:28:34 -04:00
"version": "1.8.0",
"description": "Improve Git performance in your large scale frontend monorepo by integrating sparse checkout with Rush and PNPM",
"keywords": [
"background prefetch",
"blobless",
"checkout",
"clone",
"cone",
"git",
"GVFS",
"index",
"monorepo",
"partial",
"pnpm",
"repo",
"repository",
"rush",
"scalar",
"sparse",
"treeless",
"VFS for Git",
"workspace"
],
2024-02-27 00:48:37 -05:00
"homepage": "https://tiktok.github.io/sparo/",
"repository": {
"type": "git",
"url": "https://github.com/tiktok/sparo.git",
"directory": "apps/sparo"
},
"license": "MIT",
"bin": {
"sparo": "./bin/sparo",
"sparo-ci": "./bin/sparo-ci"
},
"scripts": {
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean",
2024-02-21 13:56:19 -05:00
"test": "heft test --clean",
"build": "heft build --clean"
},
"dependencies": {
2024-02-26 18:55:43 -05:00
"@rushstack/node-core-library": "~3.64.2",
2024-02-21 13:56:19 -05:00
"sparo-lib": "workspace:*"
},
"devDependencies": {
2024-02-21 13:56:19 -05:00
"@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-21 13:56:19 -05:00
"eslint": "8.56.0",
"typescript": "~5.3.3"
},
"preferGlobal": true
}