Botanique/package.json

29 lines
675 B
JSON
Raw Normal View History

2022-04-18 15:01:42 +02:00
{
"name": "botanique",
"version": "0.0.1",
"description": "Bot discord",
"main": "src/index.js",
2022-04-18 15:01:42 +02:00
"scripts": {
2022-07-20 03:07:30 +02:00
"main": "tsc && node ./dist/src/index.js",
"debug": "tsnd --respawn ./src/index.ts"
2022-04-18 15:01:42 +02:00
},
"repository": {
"type": "git",
"url": "git@git.kennel.ml:ConfrerieDuKassoulait/Botanique.git"
},
"author": "La confrérie du Kassoulait",
"license": "GPL-3.0-only",
"dependencies": {
"@discordjs/rest": "^0.5.0",
"discord-api-types": "^0.36.0",
"discord.js": "^13.8.1"
2022-04-18 15:01:42 +02:00
},
"devDependencies": {
"dotenv": "^16.0.1",
"eslint": "^8.13.0",
2022-07-20 03:07:30 +02:00
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
},
"type": "module"
2022-04-18 15:01:42 +02:00
}