-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 988 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
{
"name": "@textshq/platform-chatgpt",
"version": "0.1.0",
"main": "./dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"prepack": "tsc",
"build": "yarn tsc",
"lint": "yarn eslint src --ext ts,tsx,js,jsx --cache"
},
"dependencies": {
"@textshq/platform-sdk": "https://github.com/TextsHQ/platform-sdk#b94072363117f15e8a6b0db66c003a9a5b81a671",
"@types/form-data": "^2.5.0",
"form-data": "^4.0.0",
"funcaptcha": "https://github.com/TextsHQ/funcaptcha",
"lodash": "^4.17.21",
"react": "https://github.com/TextsHQ/react-global-shim#main",
"tough-cookie": "^4.1.2"
},
"devDependencies": {
"@textshq/eslint-config": "https://github.com/TextsHQ/eslint-config#main",
"@types/eslint": "^8.37.0",
"@types/lodash": "^4.14.194",
"@types/node": "^20.1.3",
"@types/react": "^18.2.6",
"@types/tough-cookie": "^4.0.2",
"eslint": "^8.40.0",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]"
}