mirror of
https://github.com/sern-handler/sern-community
synced 2026-06-06 01:16:57 +00:00
28 lines
552 B
JSON
28 lines
552 B
JSON
{
|
|
"name": "sern-community",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "tsc && node .",
|
|
"compile": "tsc"
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sern/handler": "^1.1.9-beta",
|
|
"discord.js": "^14.0.3",
|
|
"dotenv": "^16.0.1",
|
|
"trie-search": "^1.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.25",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|