Files
llmwiki-cli/package-lock.json
doum1004 cf0bf05163 Refactor storage backend: Remove Supabase support and related code
- Removed Supabase-related SQL schema and configuration options from the init command.
- Updated profile command to reflect changes in storage profile handling.
- Refactored search command to use new profile management.
- Removed SupabaseProvider and related JWT parsing functionality.
- Updated registry management to eliminate legacy Supabase profiles.
- Introduced new profile validation and resolution logic.
- Updated tests to remove Supabase-related cases and added tests for new profile functionality.
2026-04-15 15:01:31 -04:00

85 lines
2.0 KiB
JSON

{
"name": "llmwiki-cli",
"version": "0.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "llmwiki-cli",
"version": "0.2.1",
"license": "MIT",
"dependencies": {
"commander": "^12.0.0",
"js-yaml": "^4.1.0"
},
"bin": {
"llmwiki": "dist/wiki.js",
"wiki": "dist/wiki.js"
},
"devDependencies": {
"@types/bun": "latest",
"@types/js-yaml": "^4.0.9"
}
},
"node_modules/@types/bun": {
"version": "1.3.12",
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.3.12.tgz",
"integrity": "sha512-DBv81elK+/VSwXHDlnH3Qduw+KxkTIWi7TXkAeh24zpi5l0B2kUg9Ga3tb4nJaPcOFswflgi/yAvMVBPrxMB+A==",
"dev": true,
"license": "MIT",
"dependencies": {
"bun-types": "1.3.12"
}
},
"node_modules/@types/js-yaml": {
"version": "4.0.9",
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {
"version": "25.6.0",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.19.0"
}
},
"node_modules/argparse": {
"version": "2.0.1",
"license": "Python-2.0"
},
"node_modules/bun-types": {
"version": "1.3.12",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.12.tgz",
"integrity": "sha512-HqOLj5PoFajAQciOMRiIZGNoKxDJSr6qigAttOX40vJuSp6DN/CxWp9s3C1Xwm4oH7ybueITwiaOcWXoYVoRkA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/commander": {
"version": "12.1.0",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/js-yaml": {
"version": "4.1.1",
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/undici-types": {
"version": "7.19.2",
"dev": true,
"license": "MIT"
}
}
}