mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
42 lines
849 B
JSON
42 lines
849 B
JSON
{
|
|
"name": "@repo/tools",
|
|
"version": "0.3.2",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/lib/index.ts",
|
|
"./zx": "./src/lib/zx.ts"
|
|
},
|
|
"directories": {
|
|
"bin": "bin"
|
|
},
|
|
"scripts": {
|
|
"check:lint": "run-oxlint",
|
|
"check:types": "run-tsc",
|
|
"test": "run-vitest"
|
|
},
|
|
"dependencies": {
|
|
"@commander-js/extra-typings": "15.0.0",
|
|
"@jahands/cli-tools": "0.11.5",
|
|
"@types/fs-extra": "11.0.4",
|
|
"@types/node": "26.0.1",
|
|
"@typescript/native-preview": "7.0.0-dev.20260629.1",
|
|
"cli-table3": "0.6.5",
|
|
"commander": "15.0.0",
|
|
"empathic": "2.0.1",
|
|
"esbuild": "0.28.1",
|
|
"memoize-one": "6.0.0",
|
|
"p-map": "7.0.5",
|
|
"smol-toml": "1.7.0",
|
|
"ts-pattern": "5.9.0",
|
|
"tsx": "4.22.4",
|
|
"zod": "4.4.3",
|
|
"zx": "8.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "1.3.14",
|
|
"vitest": "4.1.9"
|
|
}
|
|
}
|