This repository was archived by the owner on Jan 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @clduab11/gemini-flow" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Gemini Flow - Revolutionary Multi-Model AI Orchestration Platform powered by Google Gemini with quantum computing capabilities" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
5050 "benchmark" : " tsx scripts/benchmark.ts" ,
5151 "clean" : " rm -rf dist && npm run clean --workspaces --if-present" ,
5252 "prepublishOnly" : " npm run clean && npm run build" ,
53- "postinstall" : " echo 'Gemini-Flow installed successfully'"
53+ "postinstall" : " echo 'Gemini-Flow installed successfully'" ,
54+ "verify-api-key" : " node scripts/verify-api-key.js" ,
55+ "setup" : " cp .env.example .env && echo 'Please edit .env with your API keys' && npm run verify-api-key"
5456 },
5557 "keywords" : [
5658 " quantum-computing" ,
7880 "license" : " MIT" ,
7981 "repository" : {
8082 "type" : " git" ,
81- "url" : " https://github.com/gemini-flow /gemini-flow.git"
83+ "url" : " git+ https://github.com/clduab11 /gemini-flow.git"
8284 },
8385 "bugs" : {
84- "url" : " https://github.com/gemini-flow /gemini-flow/issues"
86+ "url" : " https://github.com/clduab11 /gemini-flow/issues"
8587 },
86- "homepage" : " https://github.com/gemini-flow /gemini-flow#readme" ,
88+ "homepage" : " https://github.com/clduab11 /gemini-flow#readme" ,
8789 "publishConfig" : {
8890 "access" : " public" ,
8991 "registry" : " https://registry.npmjs.org/" ,
129131 "node" : " >=18.0.0"
130132 },
131133 "engines" : {
132- "node" : " >=18.0.0 <=22.0.0 " ,
134+ "node" : " >=18.0.0" ,
133135 "npm" : " >=8.0.0"
134136 },
135137 "optionalDependencies" : {
136138 "better-sqlite3" : " ^12.2.0"
137139 }
138- }
140+ }
You can’t perform that action at this time.
0 commit comments