Files
handler/package.json
2022-01-24 20:48:18 -06:00

18 lines
334 B
JSON

{
"name": "sernhandler2",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^13.6.0",
"ts-results": "^3.3.0"
}
}