-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 932 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
{
"name": "@textshq/platform-twitter",
"version": "0.2.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#69d1d78006b09323c4e5f6b6e512c7ce20f9c456",
"eventsource": "^1.0.7",
"form-data": "^4.0.0",
"he": "^1.2.0",
"lodash": "^4.17.20",
"mem": "^8.0.0",
"tough-cookie": "^4.1.2"
},
"devDependencies": {
"@textshq/eslint-config": "https://github.com/TextsHQ/eslint-config#main",
"@types/eslint": "^8.4.10",
"@types/eventsource": "^1.1.5",
"@types/he": "^1.1.1",
"@types/lodash": "^4.14.168",
"@types/node": "^16.11.7",
"@types/tough-cookie": "^4.0.0",
"eslint": "^8.30.0",
"typescript": "^5.0.2"
},
"packageManager": "[email protected]"
}