forked from storycraft/pancake-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 KB
/
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
{
"name": "pancake-bot",
"version": "0.1.0",
"description": "",
"scripts": {
"test": "node_modules/.bin/ts-mocha ./tests/*.test.ts",
"check": "node_modules/.bin/tsc --noEmit",
"start": "node -r ts-node/register index.ts"
},
"author": "storycraft",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"mocha": "^8.3.2",
"ts-mocha": "^8.0.0"
},
"dependencies": {
"@types/crc": "^3.4.0",
"@types/entities": "^1.1.1",
"@types/fs-extra": "^9.0.11",
"@types/lowdb": "^1.0.9",
"@types/node": "^15.0.0",
"@types/node-fetch": "^2.5.10",
"crc": "^3.8.0",
"entities": "^2.2.0",
"eventemitter3": "^4.0.7",
"expression-eval": "^4.0.0",
"firebase": "^8.8.1",
"fs-extra": "^9.1.0",
"gifwrap": "^0.9.2",
"google-tts-api": "^2.0.2",
"image-size": "^1.0.0",
"isolated-vm": "^4.1.0",
"jimp": "^0.16.1",
"js-sha3": "^0.8.0",
"lowdb": "^1.0.0",
"node-fetch": "^2.6.1",
"node-kakao": "^4.3.1",
"node-kakao-db": "^0.1.2",
"pixiv-app-api": "^1.2.1",
"promise-writable": "^6.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"ytdl-core": "^4.8.3"
}
}