Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 99a1fc0

Browse files
Chris DukesChris Dukes
authored andcommitted
🔖 v1.0.1: Fix NPM repository URL for GitHub package detection
1 parent bbe105f commit 99a1fc0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

gemini-flow/package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -50,7 +50,9 @@
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",
@@ -78,12 +80,12 @@
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/",
@@ -129,10 +131,10 @@
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+
}

0 commit comments

Comments
 (0)