Skip to content

Commit fbb8cfc

Browse files
Merge pull request #19 from GoneTone/main
2 parents 5849f1a + 82ee928 commit fbb8cfc

File tree

4 files changed

+118
-331
lines changed

4 files changed

+118
-331
lines changed

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
"author": "Travis Fischer <[email protected]>",
66
"repository": "transitive-bullshit/chatgpt-api",
77
"license": "MIT",
8-
"type": "module",
98
"source": "./src/index.ts",
109
"types": "./build/index.d.ts",
10+
"main": "./build/index.js",
1111
"exports": {
1212
".": {
13-
"import": "./build/index.js",
13+
"import": "./build/index.mjs",
14+
"require": "./build/index.js",
1415
"types": "./build/index.d.ts",
15-
"default": "./build/index.js"
16+
"default": "./build/index.mjs"
1617
}
1718
},
1819
"files": [
@@ -38,15 +39,15 @@
3839
"dependencies": {
3940
"eventsource-parser": "^0.0.5",
4041
"expiry-map": "^2.0.0",
41-
"node-fetch": "2",
42-
"remark": "^14.0.2",
43-
"strip-markdown": "^5.0.0",
42+
"node-fetch": "^2.6.7",
43+
"remark": "^13.0.0",
44+
"strip-markdown": "^4.2.0",
4445
"uuid": "^9.0.0"
4546
},
4647
"devDependencies": {
4748
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
4849
"@types/node": "^18.11.9",
49-
"@types/node-fetch": "2",
50+
"@types/node-fetch": "^2.6.2",
5051
"@types/uuid": "^9.0.0",
5152
"ava": "^5.1.0",
5253
"del-cli": "^5.0.0",

0 commit comments

Comments
 (0)