mirror of
https://github.com/SrIzan10/templates.git
synced 2026-05-01 11:05:17 +00:00
24 lines
411 B
JSON
24 lines
411 B
JSON
{
|
|
"name": "ts-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@sern/handler": "^1.0.0",
|
|
"discord.js": "^14.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.25",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|