mirror of
https://github.com/SrIzan10/sern-community.git
synced 2026-05-01 11:05:19 +00:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "sern-community",
|
|
"version": "1.1.0",
|
|
"description": "",
|
|
"main": "dist/src/index.js",
|
|
"type": "module",
|
|
"author": {
|
|
"name": "EvolutionX-10",
|
|
"url": "https://github.com/EvolutionX-10"
|
|
},
|
|
"imports": {
|
|
"#plugins": "./dist/src/plugins/index.js",
|
|
"#utils": "./dist/src/utils/index.js",
|
|
"#constants": "./dist/src/constants.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "tsup && node .",
|
|
"dev": "tsup && node --preserve-symlinks .",
|
|
"watch": "tsup --watch --onSuccess \"node .\"",
|
|
"compile": "tsup"
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.1.2",
|
|
"@sern/handler": "1.2.1",
|
|
"discord.js": "14.5.0",
|
|
"dotenv": "16.0.2",
|
|
"jsdoc-parse-plus": "1.3.0",
|
|
"sourcebin": "^5.0.0",
|
|
"string-similarity": "4.0.4",
|
|
"trie-search": "1.3.6",
|
|
"undici": "5.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.7.23",
|
|
"@types/string-similarity": "4.0.0",
|
|
"tsup": "6.2.3"
|
|
},
|
|
"packageManager": "yarn@3.2.3"
|
|
}
|