-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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
{
"name": "root",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": false,
"dependencies": {
"cycletls": "^1.0.21",
"dotenv": "^16.0.3",
"fetch-h2": "^3.0.2",
"tough-cookie": "^4.1.2",
"tslib": "^2.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@nrwl/eslint-plugin-nx": "15.3.0",
"@nrwl/jest": "15.3.0",
"@nrwl/js": "15.3.0",
"@nrwl/linter": "15.3.0",
"@nrwl/node": "^15.3.0",
"@nrwl/nx-cloud": "latest",
"@nrwl/workspace": "15.3.0",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "15.3.0",
"prettier": "^2.6.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
},
"description": "A better chatgpt unnofficial api",
"repository": {
"type": "git",
"url": "https://github.com/jcbdev/better-chatgpt.git"
},
"engines": {
"node": ">=16"
},
"keywords": [
"chatgpt",
"gpt",
"gpt api",
"chatgpt api"
],
"author": "James Barker <james@jcbdevelopment.co.uk>",
"license": "MIT"
}