Comparing version 4.5.12 to 4.5.13
{ | ||
"name": "xernerx", | ||
"version": "4.5.12", | ||
"description": "A bot framework for discord.js.", | ||
"main": "dist/main.js", | ||
"type": "module", | ||
"keywords": [ | ||
"discord.js", | ||
"discord", | ||
"framework", | ||
"mjs", | ||
"esm", | ||
"cjs", | ||
"ts" | ||
], | ||
"author": "Dummi", | ||
"license": "MIT", | ||
"homepage": "https://xernerx.github.io/xernerx", | ||
"packageManager": "npm@8.5.5", | ||
"scripts": { | ||
"start": "npm i && npm fund && npm audit fix --force && npm link && tsc -w", | ||
"patch": "npm run write && git add . && npm run commit && npm version patch && npm publish && git push", | ||
"minor": "npm run write && git add . && npm run commit && npm version minor && npm publish && git push", | ||
"major": "npm run write && git add . && npm run commit && npm version major && npm publish && git push", | ||
"site": "git add docs && npm run commit && git push", | ||
"commit": "node ../.scripts/commit.js", | ||
"write": "npm run build && npm run format", | ||
"format": "npx prettier --write src dist", | ||
"build": "tsc && npm run format" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xernerx/xernerx.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/xernerx/xernerx/issues" | ||
}, | ||
"dependencies": { | ||
"dbl-sdk": "^1.2.0", | ||
"discord.js": "^14.11.0", | ||
"dumfunctions": "^2.1.2", | ||
"xernerx-extension-builder": "^0.0.16", | ||
"zod": "^3.21.4" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.8.7", | ||
"typescript": "^5.0.3" | ||
} | ||
"name": "xernerx", | ||
"version": "4.5.13", | ||
"description": "A bot framework for discord.js.", | ||
"main": "dist/main.js", | ||
"type": "module", | ||
"keywords": [ | ||
"discord.js", | ||
"discord", | ||
"framework", | ||
"mjs", | ||
"esm", | ||
"cjs", | ||
"ts" | ||
], | ||
"author": "Dummi", | ||
"license": "MIT", | ||
"homepage": "https://xernerx.github.io/xernerx", | ||
"packageManager": "npm@8.5.5", | ||
"scripts": { | ||
"start": "npm i && npm fund && npm audit fix --force && npm link && tsc -w", | ||
"commit": "npm run write && git add . && node ./.github/scripts/message.js", | ||
"tag": "node ./.github/scripts/tag.js", | ||
"patch": "npm run commit && npm version patch && npm run tag && npm publish && git push", | ||
"minor": "npm run commit && npm version minor && npm run tag && npm publish && git push", | ||
"major": "npm run commit && npm version major && npm run tag && npm publish && git push", | ||
"site": "git add docs && npm run commit && git push", | ||
"write": "npm run build && npm run format", | ||
"format": "npx prettier --write src dist", | ||
"build": "tsc && npm run format" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xernerx/xernerx.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/xernerx/xernerx/issues" | ||
}, | ||
"dependencies": { | ||
"dbl-sdk": "^1.2.0", | ||
"discord.js": "^14.11.0", | ||
"dumfunctions": "^2.1.2", | ||
"readline": "^1.3.0", | ||
"xernerx-extension-builder": "^0.0.16", | ||
"zod": "^3.21.4" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.8.7", | ||
"typescript": "^5.0.3" | ||
} | ||
} |
<!-- @format --> | ||
<style> | ||
body { | ||
background: rgba(0,0,0, 0.2); | ||
border-radius: 0.5rem; | ||
margin: 10px; | ||
} | ||
:hover { | ||
color: #8979f0; | ||
} | ||
[![](./docs/icons/Xernerx%20-%20Logo%20-%20Purple.png)](https://xernerx.github.io/xernerx) | ||
</style> | ||
[![Discord](https://img.shields.io/discord/784094726432489522?logo=discord)](https://discord.gg/teNWyb69dq) | ||
![npm](https://img.shields.io/npm/dw/xernerx) | ||
![npm](https://img.shields.io/npm/dt/xernerx) | ||
![Read the Docs](https://img.shields.io/readthedocs/node) | ||
![npm type definitions](https://img.shields.io/npm/types/xernerx) | ||
![node-current](https://img.shields.io/npm/v/discord.js) | ||
[![](./docs/icons/Xernerx%20-%20Logo%20-%20Purple.png)](https://xernerx.github.io/xernerx) | ||
# About | ||
# xernerx | ||
Xernerx is a class based discord.js framework. \[BETA\] | ||
@@ -21,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
381597
136
6
72
+ Addedreadline@^1.3.0
+ Addedreadline@1.3.0(transitive)