Files
create-bot/template-ts-integrated/package.json
2023-12-23 16:07:19 -06:00

27 lines
478 B
JSON

{
"name": "ts-example",
"version": "1.0.0",
"private": true,
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "sern build",
"start": "node .",
"commands:publish": "sern commands publish"
},
"keywords": [
"typescript",
"sern",
"discord.js"
],
"dependencies": {
"@sern/handler": "^3.0.3",
"discord.js": "latest"
},
"devDependencies": {
"@types/node": "^17.0.25",
"typescript": "^5.0"
},
"type": "module"
}