hookshot/package.json

25 lines
581 B
JSON
Raw Normal View History

2024-09-22 17:46:52 +00:00
{
"name": "hookshot",
"version": "1.0.0",
"description": "Quick and sloppy intermediary webhook server. Designed to relay messages to Discord from other webhook triggers.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.vfsh.dev/voidf1sh/hookshot"
},
"keywords": [
"webhook",
"discord"
],
"author": "Skylar Grant",
"license": "MIT",
"dependencies": {
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"express": "^4.21.0"
}
}