service-discord/package.json

19 lines
327 B
JSON
Raw Permalink Normal View History

2020-12-05 16:13:06 +00:00
{
"name": "service-discord",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2024-03-16 12:34:03 +00:00
"@squeebot/core": "^3.6.3",
"discord.js": "^14.14.1",
"typescript": "^5.4.2"
2020-12-05 16:13:06 +00:00
}
}