-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 994 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 994 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
39
40
41
42
43
44
{
"_v": "2.0.1",
"type": "module",
"main": "./built/index.js",
"scripts": {
"start": "node ./built",
"start-daemon": "nodemon ./built",
"build": "tspc",
"test": "jest"
},
"dependencies": {
"canvas": "3.0.1",
"chalk": "5.4.1",
"formdata-node": "6.0.3",
"got": "14.4.5",
"lokijs": "1.5.12",
"memory-streams": "0.1.3",
"misskey-reversi": "0.0.5",
"promise-retry": "2.0.1",
"random-seed": "0.3.0",
"reconnecting-websocket": "4.4.0",
"seedrandom": "3.0.5",
"ts-patch": "3.3.0",
"twemoji-parser": "14.0.0",
"typescript": "5.7.2",
"typescript-transform-paths": "3.5.3",
"uuid": "11.0.3",
"ws": "8.18.0"
},
"devDependencies": {
"@types/lokijs": "1.5.14",
"@types/node": "22.10.5",
"@types/promise-retry": "1.1.6",
"@types/random-seed": "0.3.5",
"@types/seedrandom": "3.0.8",
"@types/twemoji-parser": "13.1.4",
"@types/uuid": "10.0.0",
"@types/ws": "8.5.13",
"nodemon": "3.1.9"
},
"nodemonConfig": {
"ignore": ["memory.json"]
}
}