roles-bot/package.json

20 lines
415 B
JSON
Raw Normal View History

2021-12-21 11:10:06 +01:00
{
"name": "roles-bot-interactions",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.2",
"discord-interactions": "^2.4.1",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"hyttpo": "^0.3.2"
}
}