-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 982 Bytes
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
{
"name": "@dmytryg/websocket-rush-api",
"version": "1.0.49",
"description": "A library for implementing and interaction with websocket API",
"main": "./dist/main.js",
"module": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc"
},
"author": "DmytryG",
"license": "ISC",
"types": "./types/index.d.ts",
"devDependencies": {
"@types/uuid": "^9.0.7",
"@types/websocket": "^1.0.10",
"@types/ws": "^8.5.10",
"websocket": "^1.0.34",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"ws": "^8.15.1"
},
"dependencies": {
"@types/uuid": "^9.0.7",
"@types/ws": "^8.5.10",
"@types/websocket": "^1.0.10",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"websocket": "^1.0.34",
"ws": "^8.15.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@dmytryg"
},
"repository": {
"url": "git://github.com/dmytryG/websocket-rush-api.git"
}
}