-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "chatterboxtranslatorbot",
"version": "1.0.1",
"description": "ChatterboxTranslator as a Twitch Bot!",
"main": "app.js",
"scripts": {
"postinstall": "node ./scripts/postinstall",
"start": "node .",
"dev": "nodemon .",
"test": "nyc ava",
"test:lcov": "nyc report --reporter=lcov ava test/**/*.js",
"test:dev": "ava -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instafluff/DinoPoints.git"
},
"author": "Instafluff",
"license": "MIT",
"bugs": {
"url": "https://github.com/instafluff/DinoPoints/issues"
},
"homepage": "https://github.com/instafluff/DinoPoints#readme",
"dependencies": {
"@chattylabs/language-detection": "^0.1.1",
"comfydb": "^2.0.4",
"comfysheets": "^1.0.0",
"dotenv": "^6.2.0",
"emoji-regex": "^7.0.1",
"node-fetch": "^2.6.0",
"node-storage": "0.0.7",
"nosql": "^6.1.0",
"request": "^2.88.2",
"tmi.js": "^1.5.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"ava": "^1.4.1",
"comfy-mongo": "^1.1.1",
"nodemon": "^1.19.4",
"nyc": "^14.1.1",
"sinon": "^7.5.0"
}
}