jillo-bot/package.json

27 lines
666 B
JSON
Raw Normal View History

2022-06-08 01:28:20 +02:00
{
"name": "foggy-morning",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2022-06-08 02:57:15 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node built/index.js",
"build": "tsc",
"quickrun": "tsc && node built/index.js"
2022-06-08 01:28:20 +02:00
},
"author": "oatmealine",
"license": "AGPL-3.0",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"discord.js": "^13.8.0",
"random-seed": "^0.3.0"
2022-06-08 02:57:15 +02:00
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"typescript": "4.8.0-dev.20220606"
2022-06-08 01:28:20 +02:00
}
}