code-craft-cli 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -10
package/README.md CHANGED
@@ -54,7 +54,7 @@ gen "binary search algorithm" --name search.ts
54
54
 
55
55
  Syed Affan Ali
56
56
 
57
- GitHub: [MrAfoo](https://github.com/MrAfoo)
57
+ GitHub: [MrAfoo](https://github.com/MrAfoo/code-craft-cli)
58
58
 
59
59
  Portfolio: [Click Here](https://mrafoo-portfolio.vercel.app)
60
60
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "code-craft-cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A high-performance CLI tool to generate runnable code files using Gemini AI",
5
5
  "type": "module",
6
6
  "author": "Syed Affan Ali",
7
7
  "bin": {
8
- "gen": "bin/index.js"
8
+ "gen": "./bin/index.js"
9
9
  },
10
10
  "keywords": [
11
11
  "ai",
@@ -14,14 +14,6 @@
14
14
  "cli",
15
15
  "typescript"
16
16
  ],
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/MrAfoo/code-craft-cli.git"
20
- },
21
- "bugs": {
22
- "url": "https://github.com/MrAfoo/code-craft-cli/issues"
23
- },
24
- "homepage": "https://github.com/MrAfoo/code-craft-cli#readme",
25
17
  "license": "MIT",
26
18
  "dependencies": {
27
19
  "@ai-sdk/google": "^3.0.71",