mirror of
https://github.com/SrIzan10/sern-create-bot.git
synced 2026-05-01 11:05:20 +00:00
26 lines
428 B
JSON
26 lines
428 B
JSON
{
|
|
"name": "ts-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc && node ./dist/index.js"
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@sern/handler": "alpha",
|
|
"discord.js": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.25",
|
|
"typescript": "5.0"
|
|
},
|
|
"type": "module"
|
|
}
|