2019-03-12 10:09:46 +01:00
|
|
|
{
|
|
|
|
"name": "comp_iler",
|
2019-06-16 03:23:49 +02:00
|
|
|
"version": "1.10.0",
|
2019-03-12 10:09:46 +01:00
|
|
|
"description": "Sandboxed eval bot",
|
2019-03-12 17:31:45 +01:00
|
|
|
"main": "src/index.js",
|
2019-03-12 10:09:46 +01:00
|
|
|
"author": "1Computer1",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-05-15 03:08:44 +02:00
|
|
|
"discord-akairo": "^8.0.0-beta.8",
|
2019-03-12 10:09:46 +01:00
|
|
|
"discord.js": "github:discordjs/discord.js",
|
2019-05-17 04:52:49 +02:00
|
|
|
"node-fetch": "^2.6.0"
|
2019-03-12 10:09:46 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-15 03:08:44 +02:00
|
|
|
"eslint": "^5.16.0"
|
2019-03-12 10:09:46 +01:00
|
|
|
}
|
|
|
|
}
|