-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1017 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
40
41
42
43
44
45
46
47
{
"name": "trakteerjs",
"version": "2.2.0",
"description": "Unofficial Trakteer Streaming API (Using websocket)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"directories": {
"test": "dist/test"
},
"scripts": {
"prepare": "tsc",
"test": "bun test",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BbayuGt/Trakteer.js.git"
},
"keywords": [
"trakteer",
"api",
"automation",
"javascript",
"typescript",
"websocket",
"bot"
],
"author": "BbayuGt",
"license": "Do No Harm",
"bugs": {
"url": "https://github.com/BbayuGt/Trakteer.js/issues"
},
"homepage": "https://github.com/BbayuGt/Trakteer.js#readme",
"dependencies": {
"axios": "^1.7.7",
"https-proxy-agent": "^7.0.5",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/bun": "^1.1.13",
"@types/ws": "^8.5.13",
"ts-node": "^10.9.2"
},
"peerDependencies": {
"typescript": "^5.6.3"
}
}