djs-commander
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "djs-commander", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A command and event handler that works seemlessly with Discord.js", | ||
"license": "MIT", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
"import": "./dist/index.mjs" | ||
} | ||
@@ -12,0 +12,0 @@ }, |
27026