-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 973 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
{
"_v": "1.7.0-ia",
"main": "./built/index.js",
"engines" : {
"node" : ">=14.17.0"
},
"scripts": {
"start": "node ./built",
"build": "tsc"
},
"dependencies": {
"@types/chalk": "2.2.0",
"@types/lokijs": "1.5.14",
"@types/node": "22.5.0",
"@types/node-fetch": "2.6.11",
"@types/promise-retry": "1.1.6",
"@types/random-seed": "0.3.5",
"@types/seedrandom": "3.0.8",
"@types/uuid": "10.0.0",
"@types/ws": "8.5.13",
"autobind-decorator": "2.4.0",
"canvas": "2.11.2",
"chalk": "4.1.2",
"lokijs": "1.5.12",
"memory-streams": "0.1.3",
"misskey-reversi": "0.0.5",
"module-alias": "2.2.3",
"neologd-normalizer": "0.0.3",
"node-fetch": "2.7.0",
"promise-retry": "2.0.1",
"random-seed": "0.3.0",
"reconnecting-websocket": "4.4.0",
"seedrandom": "3.0.5",
"timeout-as-promise": "1.0.0",
"ts-node": "10.9.2",
"@twemoji/parser": "15.1.1",
"typescript": "5.5.4",
"ws": "8.18.0"
},
"_moduleAliases": {
"@": "built"
}
}