forked from LeventHAN/ScreenShotJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 870 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": "screenshotjs-ger-squad",
"version": "1.0.0",
"description": "Just an another discord bot that takes screenshots from websites",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/11TStudio/ScreenShotJS.git"
},
"keywords": [
"screenshot",
"discordjs",
"website",
"bot",
"discord"
],
"author": "LeventHAN (aka 11TStudio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/11TStudio/ScreenShotJS/issues"
},
"homepage": "https://github.com/11TStudio/ScreenShotJS#readme",
"dependencies": {
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"puppeteer": "^8.0.0"
}
}