mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-06 01:16:53 +00:00
26 lines
489 B
JSON
26 lines
489 B
JSON
{
|
|
"name": "ts-example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"@sern/handler": "^3.0.0",
|
|
"discord.js": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.25",
|
|
"typescript": "^5.0"
|
|
}
|
|
}
|