Files
handler/package.json
2022-01-25 16:45:21 -06:00

21 lines
389 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"
},
"devDependencies": {
"typescript": "^4.5.5"
}
}