-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "heroml",
"version": "1.0.7",
"description": "HeroML CLI Tool is a powerful tool for executing HeroML scripts, designed for building AI workflows and applications. Explore & Deploy HeroML apps on https://hero.page/apps",
"main": "dist/index.js",
"homepage": "https://hero.page",
"bin": {
"hero": "dist/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"cli",
"heroml",
"ai",
"workflows",
"ai apps",
"machine learning",
"artificial intelligence",
"Hero Page",
"hero.page"
],
"repository": {
"type": "git",
"url": "https://github.com/hero-page/hero-ml.git"
},
"bugs": {
"url": "https://github.com/hero-page/hero-ml/issues"
},
"author": "Sam Chahine <hello@hero.page>",
"license": "MIT",
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/inquirer": "^9.0.3",
"@types/node-fetch": "^2.6.4",
"@types/prompt": "^1.1.5",
"@types/yargs": "^17.0.24",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"cli-progress": "^3.12.0",
"openai": "^3.3.0",
"prompt": "^1.3.0",
"yargs": "^17.7.2"
}
}