-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 979 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
35
36
37
38
39
{
"name": "@textshq/platform-sdk",
"version": "0.4.4",
"main": "./dist/index.js",
"files": [
"dist/**/*",
"tsconfig.base.json",
"tsconfig.json"
],
"scripts": {
"postinstall": "yarn tsc || true",
"prepack": "tsc",
"build": "yarn tsc",
"lint": "yarn eslint src --ext ts,tsx,js,jsx --cache"
},
"dependencies": {
"emoji-regex": "^10.1.0",
"qrcode.react": "^3.1.0"
},
"optionalDependencies": {
"lodash": "^4.17.21",
"ws": "^8.15.1"
},
"devDependencies": {
"@textshq/eslint-config": "https://github.com/TextsHQ/eslint-config#main",
"@types/eslint": "^8.4.10",
"@types/lodash": "^4.14.202",
"@types/node": "^16.11.7",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/tough-cookie": "^4",
"@types/ws": "^8.5.10",
"eslint": "^8.30.0",
"form-data": "^4.0.0",
"typescript": "^5.0.2"
},
"packageManager": "[email protected]"
}