-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 991 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@hero-page/hero-ai-package-creator",
"version": "1.0.10",
"description": "Create complete NPM packages quickly and easily with the power of AI. The hero-ai-package-creator generates all necessary files and configurations for your NPM package, saving you time and effort in the development process.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hero-page/hero-ai-package-creator.git"
},
"keywords": [
"hero",
"hero",
"page",
"npm",
"ai",
"gpt",
"package creator",
"auto gpt",
"ai agent",
"gpt agent",
"gpt4"
],
"author": "Sam Chahine",
"license": "MIT",
"bugs": {
"url": "https://github.com/hero-page/hero-ai-package-creator/issues"
},
"homepage": "https://github.com/hero-page/hero-ai-package-creator#readme",
"dependencies": {
"jsdoc": "^4.0.2",
"openai": "^3.2.1"
}
}