-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 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
50
51
52
53
54
55
56
57
58
59
{
"name": "chatgpt-kodyfire",
"version": "0.1.33",
"description": "Generate x with chatgpt kodyfire",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json",
"postbuild": "npm run copy-files",
"copy-files": "cp -R src/templates build",
"watch": "tsc -w"
},
"kodyfire": {
"id": "chatgpt",
"type": "chatgpt",
"version": "0.1"
},
"author": "NOQTA",
"license": "ISC",
"dependencies": {
"@google-cloud/text-to-speech": "^4.1.0",
"ajv": "^8.6.3",
"ava": "^5.1.0",
"basic-kodyfire": "^0.1.35",
"chatgpt": "^4.4.0",
"cli-md": "^1.2.0",
"dotenv": "^16.0.3",
"dotenv-safe": "^8.2.0",
"esm-ts": "^0.0.3",
"eventsource-parser": "^0.0.5",
"expiry-map": "^2.0.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"handlebars-delimiters": "^1.0.0",
"kodyfire-core": "^0.1.35",
"moment": "^2.29.1",
"openai": "^3.2.1",
"ora": "^6.1.2",
"p-timeout": "^6.0.0",
"pluralize": "^8.0.0",
"prompter": "^0.0.5",
"prompts": "^2.4.2",
"puppeteer": "^19.4.1",
"remark": "^14.0.2",
"remark-parse": "^10.0.1",
"strip-markdown": "^5.0.0",
"typescript": "^4.9.3",
"undici": "^5.14.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/dotenv-safe": "^8.1.2",
"@types/node": "^18.11.9",
"@types/pluralize": "0.0.29",
"@types/uuid": "^9.0.0",
"copyfiles": "^2.4.1"
},
"gitHead": "939cd95d21fc7d00de379648df209fcbeae37e4f"
}