-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1011 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
48
49
50
{
"devDependencies": {
"@semantic-release/github": "^9.2.5",
"@semantic-release/npm": "^11.0.2",
"@types/msgpack-lite": "^0.1.11",
"@types/ws": "^8.5.10",
"semantic-release": "^22.0.12",
"typedoc": "^0.25.4",
"typescript": "^5.3.3"
},
"dependencies": {
"msgpackr": "^1.10.1",
"ws": "^8.15.1"
},
"name": "tetr.js",
"version": "4.0.0",
"description": "An API Wrapper For TETR.IO",
"repository": {
"type": "git",
"url": "git+https://github.com/tetrjs/tetr.js.git"
},
"scripts": {
"docs": "typedoc",
"build": "tsc"
},
"keywords": [
"tetr.js",
"tetrjs",
"tetr.io",
"tetrio",
"api-wrapper",
"ribbon",
"ws",
"websocket",
"osk",
"osk.sh",
"stacker",
"tetris"
],
"author": "tetrjs",
"license": "MIT",
"bugs": {
"url": "https://github.com/tetrjs/tetr.js/issues"
},
"homepage": "https://github.com/tetrjs/tetr.js#readme",
"main": "dist/index.js",
"files": [
"dist/**"
]
}