Comparing version 0.0.2 to 0.0.3
@@ -1,1 +0,3 @@ | ||
console.log('Coming soon: aiprompt!'); | ||
import aiprompt from './src/index.js'; | ||
export default aiprompt; |
{ | ||
"name": "aiprompt", | ||
"type": "module", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Best ChatGPT-4 CLI to develop your projects from your file system", | ||
@@ -11,6 +11,7 @@ "author": "Izel Nakri", | ||
"bin": { | ||
"aiprompt": "index.js" | ||
"aiprompt": "node.js" | ||
}, | ||
"scripts": { | ||
"bin": "chmod +x cli.js && ./cli.js", | ||
"bin": "chmod +x node.js && ./node.js", | ||
"bin:deno": "chmod +x deno.ts && ./deno.ts", | ||
"build": "echo 'No build step yet'", | ||
@@ -17,0 +18,0 @@ "changelog:unreleased": "node_modules/.bin/auto-changelog --stdout --commit-limit false --package --unreleased-only --hide-credit --sort-commits date-desc", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
7555
13
13
0