@nghiapt/kit 1.0.0 → 1.0.1

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/index.js +1 -0
  2. package/package.json +4 -3
package/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  const fs = require('fs');
2
3
  const path = require('path');
3
4
  const os = require('os');
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@nghiapt/kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "The 'Native Gemini' Agentic Framework. Turn your IDE into an autonomous coding partner.",
5
5
  "main": "init_project.py",
6
6
  "bin": {
7
- "antigravity-setup": "setup.js"
7
+ "antigravity-kit": "./index.js"
8
8
  },
9
9
  "scripts": {
10
- "setup": "node setup.js",
10
+ "setup": "node index.js",
11
+ "postinstall": "node index.js",
11
12
  "test": "echo \"Error: no test specified\" && exit 1"
12
13
  },
13
14
  "keywords": [