Socket
Socket
Sign inDemoInstall

erine

Package Overview
Dependencies
25
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.0 to 2.7.5

lib/classes/builders/CommandBuilder.d.ts

38

package.json
{
"name": "erine",
"description": "A powerful discord.js-based command framework to create Discord bots with ease.",
"version": "2.7.0",
"main": "./lib/cjs/main.js",
"module": "./lib/esm/main.js",
"types": "./lib/cjs/main.d.ts",
"version": "2.7.5",
"main": "./lib/main.js",
"types": "./lib/main.d.ts",
"exports": {
"import": "./lib/esm/main.js",
"require": "./lib/cjs/main.js"
"./experiments": "./lib/experiments.js",
".": "./lib/main.js"
},
"typesVersions": {
"*": {
"experiments": [
"./lib/experiments.d.ts"
]
}
},
"scripts": {
"build:publish": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json && node packers.js",
"build:watch": "tsc -p tsconfig.json -w && tsc-alias -p tsconfig.json -w",
"build": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json"
},
"keywords": [

@@ -19,2 +30,3 @@ "hybrids",

],
"author": "Cyberghxst <cyberghxst@petalmail.com> (https://github.com/Cyberghxst)",
"contributors": [

@@ -27,3 +39,2 @@ {

],
"author": "Cyberghxst <cyberghxst@petalmail.com> (https://github.com/Cyberghxst)",
"license": "SEE LICENSE IN LICENSE.md",

@@ -35,5 +46,5 @@ "publishConfig": {

"dependencies": {
"@sapphire/shapeshift": "^3.9.5",
"discord.js": "^14.13.0",
"tslib": "^2.6.0"
"@sapphire/shapeshift": "^3.9.7",
"discord.js": "^14.14.1",
"tslib": "^2.6.2"
},

@@ -43,9 +54,6 @@ "devDependencies": {

"miduco": "^1.0.2",
"typescript": "^5.1.6",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.5",
"uglify-js": "^3.17.4"
},
"scripts": {
"watch": "tsc -p tsconfig.cjs.json -w",
"prepublish": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && node packers.js"
}
}

@@ -12,3 +12,3 @@ # Erine

- Hybrid Groups
- Command / Event / Interaction Loader
- Command / Event / Interaction / Error Handlers
- Plugins

@@ -18,3 +18,5 @@ - Discord.py interface

- Context base class
- Default help command
- Built-in features (Paginator & Confirmator)
- Built-in customizable HelpCommand
- Built-in arguments parser

@@ -34,5 +36,7 @@ ## Example setup

client.load("./files") // Load commands, interactions and events
client.login("TOKEN");
```
Check the [guide](https://cyberghxst.github.io/erine-docs) for more information.
Check the [guide](https://erine.js.org) for more information.

@@ -43,3 +47,3 @@ ## Disclaimer

## Links
- [Guide](https://cyberghxst.github.io/erine-docs)
- [Support Server](https://discord.gg/dKhuDRW8db)
- [Guide](https://erine.js.org)
- [Support Server](https://discord.com/invite/3pT2WHG9EG)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc