-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 985 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "storybot-ai",
"version": "1.0.10",
"description": "AI Generated User Stories from your CLI",
"main": "./bin/story.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/revelrylabs/storybot-ai.git"
},
"keywords": [
"User",
"Stories",
"GitHub",
"CLI",
"AI",
"ChatGPT",
"OpenAI"
],
"author": {
"name": "Revelry Labs",
"email": "[email protected]",
"url": "https://revelry.co"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/revelrylabs/storybot-ai/issues"
},
"bin": {
"gen.story": "./bin/story.js"
},
"homepage": "https://github.com/revelrylabs/storybot-ai#readme",
"dependencies": {
"chalk": "^5.2.0",
"langchain": "^0.0.68",
"ora": "^6.3.0"
},
"contributors": [
{
"name": "Daniel Andrews",
"email": "[email protected]"
},
{
"name": "Gerard Ramos",
"email": "[email protected]"
}
]
}