noscript-discord/package.json
2024-02-28 19:15:37 +13:00

18 lines
339 B
JSON

{
"name": "poc",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js-selfbot-v13": "^3.1.4",
"express": "^4.18.2"
}
}