bot-template-ts/package.json

19 lines
347 B
JSON

{
"name": "bot-template-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src",
"build": "tsc",
"start": "node dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"mysql": "^2.18.1"
}
}