-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 915 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
{
"name": "ai",
"main": "./built/index.js",
"scripts": {
"start": "node ./built",
"build": "tsc"
},
"dependencies": {
"@types/chalk": "2.2.0",
"@types/lokijs": "1.5.2",
"@types/node": "10.0.5",
"@types/promise-retry": "1.1.3",
"@types/random-seed": "0.3.3",
"@types/request-promise-native": "1.0.16",
"@types/seedrandom": "2.4.28",
"@types/uuid": "3.4.4",
"@types/ws": "6.0.1",
"autobind-decorator": "2.4.0",
"canvas": "2.5.0",
"chalk": "2.4.2",
"lokijs": "1.5.6",
"mecab-async": "0.1.2",
"misskey-reversi": "0.0.5",
"promise-retry": "1.1.1",
"random-seed": "0.3.0",
"reconnecting-websocket": "4.1.10",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"seedrandom": "2.4.3",
"timeout-as-promise": "1.0.0",
"ts-node": "8.0.3",
"typescript": "3.4.5",
"uuid": "3.3.2",
"ws": "6.2.1"
}
}