Files
create-bot/template-ts-esm/package.json
2023-06-09 00:16:12 -05:00

27 lines
577 B
JSON

{
"name": "ts-example",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "tsc && node ./dist/index.js"
},
"keywords": [
"typescript",
"sern",
"discord.js"
],
"license": "UNLICENSED",
"dependencies": {
"@sern/handler": "^3.0.0",
"discord.js": "^14.7.1"
},
"devDependencies": {
"@types/node": "^17.0.25",
"typescript": "5.0"
},
"type": "module"
}