service-discord/package.json

19 lines
326 B
JSON
Raw 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": {
2021-09-03 17:22:33 +00:00
"@squeebot/core": "^3.3.1",
"discord.js": "^13.1.0",
"typescript": "^4.4.2"
2020-12-05 16:13:06 +00:00
}
}