blob: 0e24beeee086b41927a2717679242ae6ca30c6c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "standbot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LAC-Corp/StandBot.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/LAC-Corp/StandBot/issues"
},
"homepage": "https://github.com/LAC-Corp/StandBot#readme",
"dependencies": {
"discord.js": "^11.3.2",
"fs": "0.0.1-security"
}
}
|