-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "@textshq/platform-discord",
"version": "1.0.0",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"prepack": "tsc",
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src --ext ts,tsx,js,jsx --cache",
"test": "jest"
},
"nativeDeps": {
"erlpack": "^0.1.4"
},
"dependencies": {
"@textshq/platform-sdk": "https://github.com/TextsHQ/platform-sdk#69d1d78006b09323c4e5f6b6e512c7ce20f9c456",
"discord-api-types": "^0.37.45",
"erlpack": "^0.1.4",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"ws": "^8.2.1"
},
"devDependencies": {
"@textshq/eslint-config": "https://github.com/TextsHQ/eslint-config#1643cad9437bfe0491504c6f9428dc0c1264d8ff",
"@textshq/platform-test-lib": "https://github.com/TextsHQ/platform-test-lib#3d6a0d9452ccc24c3f07ec27b9f2730438392de2",
"@types/eslint": "^8.4.10",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^18.17.1",
"@types/ws": "^7.4.7",
"eslint": "^8.30.0",
"jest": "^27.5.1",
"typescript": "^5.0.2"
},
"resolutions": {
"node-gyp": "^10.0.1"
},
"packageManager": "[email protected]"
}