mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
22 lines
413 B
JSON
22 lines
413 B
JSON
{
|
|
"name": "sernhandler2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile": "tsc",
|
|
"watch" : "tsc -w"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "^13.6.0",
|
|
"ts-results": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|