-
Patric Plattner authoredPatric Plattner authored
This project manages its dependencies using npm.
Learn more
package.json 523 B
{
"name": "finf-discord",
"version": "0.1.1",
"description": "",
"main": "index.ts",
"scripts": {
"dev": "node index.js"
},
"repository": {
"type": "git",
"url": "git@git.finf.uni-hannover.de:Yashin/finf-discord-js.git"
},
"keywords": [],
"author": "",
"license": "GPLv3",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"@types/node": "^16.7.5",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"mongoose": "^6.0.2",
"typescript": "^4.4.2"
}
}