681 lines
19 KiB
JSON
681 lines
19 KiB
JSON
{
|
|
"name": "@lilith/lix-workspace",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@lilith/lix-workspace",
|
|
"workspaces": [
|
|
"core",
|
|
"cli",
|
|
"configs",
|
|
"build",
|
|
"run",
|
|
"test",
|
|
"workspace"
|
|
]
|
|
},
|
|
"../node_modules/.bun/@types+node@22.19.7/node_modules/@types/node": {
|
|
"version": "22.19.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.21.0"
|
|
}
|
|
},
|
|
"../node_modules/.bun/chalk@5.6.2/node_modules/chalk": {
|
|
"version": "5.6.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.10",
|
|
"ava": "^3.15.0",
|
|
"c8": "^7.10.0",
|
|
"color-convert": "^2.0.1",
|
|
"execa": "^6.0.0",
|
|
"log-update": "^5.0.0",
|
|
"matcha": "^0.7.0",
|
|
"tsd": "^0.19.0",
|
|
"xo": "^0.57.0",
|
|
"yoctodelay": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"../node_modules/.bun/commander@12.1.0/node_modules/commander": {
|
|
"version": "12.1.0",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^8.56.0",
|
|
"@types/jest": "^29.2.4",
|
|
"@types/node": "^20.2.5",
|
|
"eslint": "^8.30.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-jest": "^28.3.0",
|
|
"eslint-plugin-jsdoc": "^48.1.0",
|
|
"globals": "^13.24.0",
|
|
"jest": "^29.3.1",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-jsdoc": "^1.3.0",
|
|
"ts-jest": "^29.0.3",
|
|
"tsd": "^0.31.0",
|
|
"typescript": "^5.0.4",
|
|
"typescript-eslint": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"../node_modules/.bun/execa@9.6.1/node_modules/execa": {
|
|
"version": "9.6.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/merge-streams": "^4.0.0",
|
|
"cross-spawn": "^7.0.6",
|
|
"figures": "^6.1.0",
|
|
"get-stream": "^9.0.0",
|
|
"human-signals": "^8.0.1",
|
|
"is-plain-obj": "^4.1.0",
|
|
"is-stream": "^4.0.1",
|
|
"npm-run-path": "^6.0.0",
|
|
"pretty-ms": "^9.2.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^4.0.0",
|
|
"yoctocolors": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.21",
|
|
"ava": "^6.3.0",
|
|
"c8": "^10.1.3",
|
|
"get-node": "^15.0.3",
|
|
"is-in-ci": "^1.0.0",
|
|
"is-running": "^2.1.0",
|
|
"log-process-errors": "^12.0.1",
|
|
"path-exists": "^5.0.0",
|
|
"path-key": "^4.0.0",
|
|
"tempfile": "^5.0.0",
|
|
"tsd": "^0.32.0",
|
|
"typescript": "^5.8.3",
|
|
"which": "^5.0.0",
|
|
"xo": "^0.60.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.19.0 || >=20.5.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"../node_modules/.bun/ora@8.2.0/node_modules/ora": {
|
|
"version": "8.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"cli-cursor": "^5.0.0",
|
|
"cli-spinners": "^2.9.2",
|
|
"is-interactive": "^2.0.0",
|
|
"is-unicode-supported": "^2.0.0",
|
|
"log-symbols": "^6.0.0",
|
|
"stdin-discarder": "^0.2.2",
|
|
"string-width": "^7.2.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.0",
|
|
"ava": "^5.3.1",
|
|
"get-stream": "^9.0.1",
|
|
"transform-tty": "^1.0.11",
|
|
"tsd": "^0.31.1",
|
|
"xo": "^0.59.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"../node_modules/.bun/tsup@8.5.1+5f01bfd18786f4ab/node_modules/tsup": {
|
|
"version": "8.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bundle-require": "^5.1.0",
|
|
"cac": "^6.7.14",
|
|
"chokidar": "^4.0.3",
|
|
"consola": "^3.4.0",
|
|
"debug": "^4.4.0",
|
|
"esbuild": "^0.27.0",
|
|
"fix-dts-default-cjs-exports": "^1.0.0",
|
|
"joycon": "^3.1.1",
|
|
"picocolors": "^1.1.1",
|
|
"postcss-load-config": "^6.0.1",
|
|
"resolve-from": "^5.0.0",
|
|
"rollup": "^4.34.8",
|
|
"source-map": "^0.7.6",
|
|
"sucrase": "^3.35.0",
|
|
"tinyexec": "^0.3.2",
|
|
"tinyglobby": "^0.2.11",
|
|
"tree-kill": "^1.2.2"
|
|
},
|
|
"bin": {
|
|
"tsup": "dist/cli-default.js",
|
|
"tsup-node": "dist/cli-node.js"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/api-extractor": "^7.50.0",
|
|
"@rollup/plugin-json": "6.1.0",
|
|
"@swc/core": "1.10.18",
|
|
"@types/debug": "4.1.12",
|
|
"@types/node": "22.13.4",
|
|
"@types/resolve": "1.20.6",
|
|
"bumpp": "^10.0.3",
|
|
"flat": "6.0.1",
|
|
"postcss": "8.5.2",
|
|
"postcss-simple-vars": "7.0.1",
|
|
"prettier": "3.5.1",
|
|
"resolve": "1.22.10",
|
|
"rollup-plugin-dts": "6.1.1",
|
|
"sass": "1.85.0",
|
|
"strip-json-comments": "5.0.1",
|
|
"svelte": "5.19.9",
|
|
"svelte-preprocess": "6.0.3",
|
|
"terser": "^5.39.0",
|
|
"ts-essentials": "10.0.4",
|
|
"tsup": "8.3.6",
|
|
"typescript": "5.7.3",
|
|
"vitest": "3.0.6",
|
|
"wait-for-expect": "3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@microsoft/api-extractor": "^7.36.0",
|
|
"@swc/core": "^1",
|
|
"postcss": "^8.4.12",
|
|
"typescript": ">=4.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@microsoft/api-extractor": {
|
|
"optional": true
|
|
},
|
|
"@swc/core": {
|
|
"optional": true
|
|
},
|
|
"postcss": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"../node_modules/.bun/typescript@5.9.3/node_modules/typescript": {
|
|
"version": "5.9.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"devDependencies": {
|
|
"@dprint/formatter": "^0.4.1",
|
|
"@dprint/typescript": "0.93.4",
|
|
"@esfx/canceltoken": "^1.0.0",
|
|
"@eslint/js": "^9.20.0",
|
|
"@octokit/rest": "^21.1.1",
|
|
"@types/chai": "^4.3.20",
|
|
"@types/diff": "^7.0.1",
|
|
"@types/minimist": "^1.2.5",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/ms": "^0.7.34",
|
|
"@types/node": "latest",
|
|
"@types/source-map-support": "^0.5.10",
|
|
"@types/which": "^3.0.4",
|
|
"@typescript-eslint/rule-tester": "^8.24.1",
|
|
"@typescript-eslint/type-utils": "^8.24.1",
|
|
"@typescript-eslint/utils": "^8.24.1",
|
|
"azure-devops-node-api": "^14.1.0",
|
|
"c8": "^10.1.3",
|
|
"chai": "^4.5.0",
|
|
"chokidar": "^4.0.3",
|
|
"diff": "^7.0.0",
|
|
"dprint": "^0.49.0",
|
|
"esbuild": "^0.25.0",
|
|
"eslint": "^9.20.1",
|
|
"eslint-formatter-autolinkable-stylish": "^1.4.0",
|
|
"eslint-plugin-regexp": "^2.7.0",
|
|
"fast-xml-parser": "^4.5.2",
|
|
"glob": "^10.4.5",
|
|
"globals": "^15.15.0",
|
|
"hereby": "^1.10.0",
|
|
"jsonc-parser": "^3.3.1",
|
|
"knip": "^5.44.4",
|
|
"minimist": "^1.2.8",
|
|
"mocha": "^10.8.2",
|
|
"mocha-fivemat-progress-reporter": "^0.1.0",
|
|
"monocart-coverage-reports": "^2.12.1",
|
|
"ms": "^2.1.3",
|
|
"picocolors": "^1.1.1",
|
|
"playwright": "^1.50.1",
|
|
"source-map-support": "^0.5.21",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.24.1",
|
|
"which": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"../node_modules/.bun/vite@6.4.1+e45d64af2fa578f6/node_modules/vite": {
|
|
"version": "6.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "^0.25.0",
|
|
"fdir": "^6.4.4",
|
|
"picomatch": "^4.0.2",
|
|
"postcss": "^8.5.3",
|
|
"rollup": "^4.34.9",
|
|
"tinyglobby": "^0.2.13"
|
|
},
|
|
"bin": {
|
|
"vite": "bin/vite.js"
|
|
},
|
|
"devDependencies": {
|
|
"@ampproject/remapping": "^2.3.0",
|
|
"@babel/parser": "^7.27.0",
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
"@polka/compression": "^1.0.0-next.25",
|
|
"@rollup/plugin-alias": "^5.1.1",
|
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
"@rollup/plugin-dynamic-import-vars": "2.1.4",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "16.0.1",
|
|
"@rollup/pluginutils": "^5.1.4",
|
|
"@types/escape-html": "^1.0.4",
|
|
"@types/pnpapi": "^0.0.5",
|
|
"artichokie": "^0.3.1",
|
|
"cac": "^6.7.14",
|
|
"chokidar": "^3.6.0",
|
|
"connect": "^3.7.0",
|
|
"convert-source-map": "^2.0.0",
|
|
"cors": "^2.8.5",
|
|
"cross-spawn": "^7.0.6",
|
|
"debug": "^4.4.0",
|
|
"dep-types": "link:./src/types",
|
|
"dotenv": "^16.5.0",
|
|
"dotenv-expand": "^12.0.2",
|
|
"es-module-lexer": "^1.6.0",
|
|
"escape-html": "^1.0.3",
|
|
"estree-walker": "^3.0.3",
|
|
"etag": "^1.8.1",
|
|
"http-proxy": "^1.18.1",
|
|
"launch-editor-middleware": "^2.10.0",
|
|
"lightningcss": "^1.29.3",
|
|
"magic-string": "^0.30.17",
|
|
"mlly": "^1.7.4",
|
|
"mrmime": "^2.0.1",
|
|
"nanoid": "^5.1.5",
|
|
"open": "^10.1.1",
|
|
"parse5": "^7.2.1",
|
|
"pathe": "^2.0.3",
|
|
"periscopic": "^4.0.2",
|
|
"picocolors": "^1.1.1",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-load-config": "^6.0.1",
|
|
"postcss-modules": "^6.0.1",
|
|
"resolve.exports": "^2.0.3",
|
|
"rollup-plugin-dts": "^6.2.1",
|
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
"rollup-plugin-license": "^3.6.0",
|
|
"sass": "^1.86.3",
|
|
"sass-embedded": "^1.86.3",
|
|
"sirv": "^3.0.2",
|
|
"source-map-support": "^0.5.21",
|
|
"strip-literal": "^3.0.0",
|
|
"terser": "^5.39.0",
|
|
"tsconfck": "^3.1.5",
|
|
"tslib": "^2.8.1",
|
|
"types": "link:./types",
|
|
"ufo": "^1.6.1",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
"jiti": ">=1.21.0",
|
|
"less": "*",
|
|
"lightningcss": "^1.21.0",
|
|
"sass": "*",
|
|
"sass-embedded": "*",
|
|
"stylus": "*",
|
|
"sugarss": "*",
|
|
"terser": "^5.16.0",
|
|
"tsx": "^4.8.1",
|
|
"yaml": "^2.4.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"jiti": {
|
|
"optional": true
|
|
},
|
|
"less": {
|
|
"optional": true
|
|
},
|
|
"lightningcss": {
|
|
"optional": true
|
|
},
|
|
"sass": {
|
|
"optional": true
|
|
},
|
|
"sass-embedded": {
|
|
"optional": true
|
|
},
|
|
"stylus": {
|
|
"optional": true
|
|
},
|
|
"sugarss": {
|
|
"optional": true
|
|
},
|
|
"terser": {
|
|
"optional": true
|
|
},
|
|
"tsx": {
|
|
"optional": true
|
|
},
|
|
"yaml": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"build": {
|
|
"name": "@lilith/lix-build",
|
|
"version": "1.0.7",
|
|
"dependencies": {
|
|
"@lilith/lix-cli": "^1.0.0",
|
|
"@lilith/lix-core": "^1.0.1",
|
|
"commander": "^12.1.0",
|
|
"execa": "^9.5.2"
|
|
},
|
|
"bin": {
|
|
"lixbuild": "bin/lixbuild.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
},
|
|
"build/node_modules/@types/node": {
|
|
"resolved": "../node_modules/.bun/@types+node@22.19.7/node_modules/@types/node",
|
|
"link": true
|
|
},
|
|
"build/node_modules/commander": {
|
|
"resolved": "../node_modules/.bun/commander@12.1.0/node_modules/commander",
|
|
"link": true
|
|
},
|
|
"build/node_modules/execa": {
|
|
"resolved": "../node_modules/.bun/execa@9.6.1/node_modules/execa",
|
|
"link": true
|
|
},
|
|
"build/node_modules/tsup": {
|
|
"resolved": "../node_modules/.bun/tsup@8.5.1+5f01bfd18786f4ab/node_modules/tsup",
|
|
"link": true
|
|
},
|
|
"build/node_modules/typescript": {
|
|
"resolved": "../node_modules/.bun/typescript@5.9.3/node_modules/typescript",
|
|
"link": true
|
|
},
|
|
"cli": {
|
|
"name": "@lilith/lix-cli",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"ora": "^8.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
},
|
|
"cli/node_modules/@types/node": {
|
|
"resolved": "../node_modules/.bun/@types+node@22.19.7/node_modules/@types/node",
|
|
"link": true
|
|
},
|
|
"cli/node_modules/chalk": {
|
|
"resolved": "../node_modules/.bun/chalk@5.6.2/node_modules/chalk",
|
|
"link": true
|
|
},
|
|
"cli/node_modules/ora": {
|
|
"resolved": "../node_modules/.bun/ora@8.2.0/node_modules/ora",
|
|
"link": true
|
|
},
|
|
"cli/node_modules/tsup": {
|
|
"resolved": "../node_modules/.bun/tsup@8.5.1+5f01bfd18786f4ab/node_modules/tsup",
|
|
"link": true
|
|
},
|
|
"cli/node_modules/typescript": {
|
|
"resolved": "../node_modules/.bun/typescript@5.9.3/node_modules/typescript",
|
|
"link": true
|
|
},
|
|
"configs": {
|
|
"name": "@lilith/lix-configs",
|
|
"version": "1.0.3",
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"tsup": "^8.0.0",
|
|
"vite": "^5.0.0 || ^6.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"tsup": {
|
|
"optional": true
|
|
},
|
|
"vite": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"configs/node_modules/@types/node": {
|
|
"resolved": "../node_modules/.bun/@types+node@22.19.7/node_modules/@types/node",
|
|
"link": true
|
|
},
|
|
"configs/node_modules/tsup": {
|
|
"resolved": "../node_modules/.bun/tsup@8.5.1+5f01bfd18786f4ab/node_modules/tsup",
|
|
"link": true
|
|
},
|
|
"configs/node_modules/typescript": {
|
|
"resolved": "../node_modules/.bun/typescript@5.9.3/node_modules/typescript",
|
|
"link": true
|
|
},
|
|
"configs/node_modules/vite": {
|
|
"resolved": "../node_modules/.bun/vite@6.4.1+e45d64af2fa578f6/node_modules/vite",
|
|
"link": true
|
|
},
|
|
"core": {
|
|
"name": "@lilith/lix-core",
|
|
"version": "1.0.1",
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
},
|
|
"core/node_modules/@types/node": {
|
|
"resolved": "../node_modules/.bun/@types+node@22.19.7/node_modules/@types/node",
|
|
"link": true
|
|
},
|
|
"core/node_modules/tsup": {
|
|
"resolved": "../node_modules/.bun/tsup@8.5.1+5f01bfd18786f4ab/node_modules/tsup",
|
|
"link": true
|
|
},
|
|
"core/node_modules/typescript": {
|
|
"resolved": "../node_modules/.bun/typescript@5.9.3/node_modules/typescript",
|
|
"link": true
|
|
},
|
|
"node_modules/@lilith/lix-build": {
|
|
"resolved": "build",
|
|
"link": true
|
|
},
|
|
"node_modules/@lilith/lix-cli": {
|
|
"resolved": "cli",
|
|
"link": true
|
|
},
|
|
"node_modules/@lilith/lix-configs": {
|
|
"resolved": "configs",
|
|
"link": true
|
|
},
|
|
"node_modules/@lilith/lix-core": {
|
|
"resolved": "core",
|
|
"link": true
|
|
},
|
|
"node_modules/@lilith/lix-run": {
|
|
"resolved": "run",
|
|
"link": true
|
|
},
|
|
"node_modules/@lilith/lix-test": {
|
|
"resolved": "test",
|
|
"link": true
|
|
},
|
|
"node_modules/@lilith/lix-workspace": {
|
|
"resolved": "workspace",
|
|
"link": true
|
|
},
|
|
"run": {
|
|
"name": "@lilith/lix-run",
|
|
"version": "1.0.0-dev.1770347801",
|
|
"dependencies": {
|
|
"@lilith/lix-cli": "^1.0.0",
|
|
"@lilith/lix-core": "^1.0.0",
|
|
"commander": "^12.1.0",
|
|
"execa": "^9.5.2"
|
|
},
|
|
"bin": {
|
|
"lixrun": "bin/lixrun.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
},
|
|
"run/node_modules/@types/node": {
|
|
"resolved": "../node_modules/.bun/@types+node@22.19.7/node_modules/@types/node",
|
|
"link": true
|
|
},
|
|
"run/node_modules/commander": {
|
|
"resolved": "../node_modules/.bun/commander@12.1.0/node_modules/commander",
|
|
"link": true
|
|
},
|
|
"run/node_modules/execa": {
|
|
"resolved": "../node_modules/.bun/execa@9.6.1/node_modules/execa",
|
|
"link": true
|
|
},
|
|
"run/node_modules/tsup": {
|
|
"resolved": "../node_modules/.bun/tsup@8.5.1+5f01bfd18786f4ab/node_modules/tsup",
|
|
"link": true
|
|
},
|
|
"run/node_modules/typescript": {
|
|
"resolved": "../node_modules/.bun/typescript@5.9.3/node_modules/typescript",
|
|
"link": true
|
|
},
|
|
"test": {
|
|
"name": "@lilith/lix-test",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@lilith/lix-cli": "^1.0.0",
|
|
"@lilith/lix-core": "^1.0.0",
|
|
"commander": "^12.1.0",
|
|
"execa": "^9.5.2"
|
|
},
|
|
"bin": {
|
|
"lixtest": "bin/lixtest.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
},
|
|
"test/node_modules/@types/node": {
|
|
"resolved": "../node_modules/.bun/@types+node@22.19.7/node_modules/@types/node",
|
|
"link": true
|
|
},
|
|
"test/node_modules/commander": {
|
|
"resolved": "../node_modules/.bun/commander@12.1.0/node_modules/commander",
|
|
"link": true
|
|
},
|
|
"test/node_modules/execa": {
|
|
"resolved": "../node_modules/.bun/execa@9.6.1/node_modules/execa",
|
|
"link": true
|
|
},
|
|
"test/node_modules/tsup": {
|
|
"resolved": "../node_modules/.bun/tsup@8.5.1+5f01bfd18786f4ab/node_modules/tsup",
|
|
"link": true
|
|
},
|
|
"test/node_modules/typescript": {
|
|
"resolved": "../node_modules/.bun/typescript@5.9.3/node_modules/typescript",
|
|
"link": true
|
|
},
|
|
"workspace": {
|
|
"name": "@lilith/lix-workspace",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@lilith/lix-cli": "^1.0.0",
|
|
"@lilith/lix-core": "^1.0.0",
|
|
"commander": "^12.1.0",
|
|
"execa": "^9.5.2"
|
|
},
|
|
"bin": {
|
|
"lixworkspace": "bin/lixworkspace.js",
|
|
"lixws": "bin/lixworkspace.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
},
|
|
"workspace/node_modules/@types/node": {
|
|
"resolved": "../node_modules/.bun/@types+node@22.19.7/node_modules/@types/node",
|
|
"link": true
|
|
},
|
|
"workspace/node_modules/commander": {
|
|
"resolved": "../node_modules/.bun/commander@12.1.0/node_modules/commander",
|
|
"link": true
|
|
},
|
|
"workspace/node_modules/execa": {
|
|
"resolved": "../node_modules/.bun/execa@9.6.1/node_modules/execa",
|
|
"link": true
|
|
},
|
|
"workspace/node_modules/tsup": {
|
|
"resolved": "../node_modules/.bun/tsup@8.5.1+5f01bfd18786f4ab/node_modules/tsup",
|
|
"link": true
|
|
},
|
|
"workspace/node_modules/typescript": {
|
|
"resolved": "../node_modules/.bun/typescript@5.9.3/node_modules/typescript",
|
|
"link": true
|
|
}
|
|
}
|
|
}
|