Files
templates/templates/typescript/package.json
2022-06-15 12:52:55 +05:30

26 lines
473 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",
"cli"
],
"author": "EvolutionX",
"license": "UNLICENSED",
"dependencies": {
"@sern/handler": "^1.0.1-beta",
"discord.js": "^14.0.0-dev.1650672498-3617093"
},
"devDependencies": {
"@types/node": "^17.0.25",
"typescript": "^4.6.3"
}
}