@notenoughupdates/discord-akairo
Advanced tools
Comparing version 9.0.5-dev.1635696379.8081025 to 9.0.5-dev.1635794903.e86f3bf
{ | ||
"name": "@notenoughupdates/discord-akairo", | ||
"version": "9.0.5-dev.1635696379.8081025", | ||
"version": "9.0.5-dev.1635794903.e86f3bf", | ||
"description": "A highly customizable bot framework for Discord.js.", | ||
"main": "./dist/src/index.js", | ||
"types": "./src/index.ts", | ||
"types": "./dist/src/index.d.ts", | ||
"author": "1Computer", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
{ | ||
"name": "@notenoughupdates/discord-akairo", | ||
"version": "9.0.5-dev.1635696379.8081025", | ||
"version": "9.0.5-dev.1635794903.e86f3bf", | ||
"description": "A highly customizable bot framework for Discord.js.", | ||
"main": "./dist/src/index.js", | ||
"types": "./src/index.ts", | ||
"types": "./dist/src/index.d.ts", | ||
"author": "1Computer", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -6,3 +6,10 @@ { | ||
"outDir": "dist", | ||
"lib": ["esnext", "esnext.array", "esnext.asyncIterable", "esnext.intl", "esnext.symbol", "DOM"], | ||
"lib": [ | ||
"esnext", | ||
"esnext.array", | ||
"esnext.asyncIterable", | ||
"esnext.intl", | ||
"esnext.symbol", | ||
"DOM" | ||
], | ||
"sourceMap": false, | ||
@@ -21,6 +28,13 @@ "inlineSourceMap": true, | ||
"strict": true, | ||
"useUnknownInCatchVariables": false | ||
"useUnknownInCatchVariables": false, | ||
"declarationMap": true, | ||
"declaration": true | ||
}, | ||
"include": ["src/**/*.ts"], | ||
"exclude": ["node_modules", "dist"] | ||
} | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"dist" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
1256296
119
16687