forked from pinano-discord/Pinano-Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 812 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
{
"name": "Pinano-Bot",
"version": "1.0.0",
"description": "A Discord bot for pinano",
"main": "app.js",
"author": "uber#0001",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ubermadness/Pinano-Discord-Bot.git"
},
"dependencies": {
"discord.js": "^11.4.2",
"humanize-duration": "^3.16.0",
"jimp": "^0.6.0",
"moment": "^2.22.2",
"mongodb": "^3.1.8",
"node-cron": "^2.0.3",
"opusscript": "0.0.6"
},
"devDependencies": {
"jest": "^24.1.0",
"standard": "^12.0.1"
},
"scripts": {
"test": "standard --verbose && jest",
"test:int": "standard --verbose && jest int --passWithNoTests",
"test:unit": "standard --verbose && jest unit --passWithNoTests"
},
"standard": {
"env": [
"jest"
]
}
}