amaribot.js
Advanced tools
Comparing version 2.1.0-beta2 to 2.1.0
@@ -1,2 +0,2 @@ | ||
import { Response as Response$1 } from 'node-fetch'; | ||
import { RequestInit, Response as Response$1 } from 'node-fetch'; | ||
@@ -3,0 +3,0 @@ declare class RequestHandler { |
138
package.json
{ | ||
"name": "amaribot.js", | ||
"version": "2.1.0-beta2", | ||
"description": "A node.js wrapper for the AmariBot API", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "unbuild", | ||
"clean": "rimraf dist", | ||
"docs": "typedoc", | ||
"lint": "eslint . --fix", | ||
"test": "vitest run", | ||
"changeset": "changeset add", | ||
"publish": "changeset version && pnpm run build && changeset publish" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/amaribot/amaribot.js.git" | ||
}, | ||
"keywords": [ | ||
"amaribot", | ||
"discord", | ||
"leveling", | ||
"api" | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"author": { | ||
"name": "Shadow", | ||
"email": "shadow@buape.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/amaribot/amaribot.js/issues" | ||
}, | ||
"homepage": "https://amaribot.js.org", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.0", | ||
"@types/ms": "^0.7.31", | ||
"@types/node-fetch": "^2.6.2", | ||
"@typescript-eslint/eslint-plugin": "latest", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"rimraf": "^4.1.2", | ||
"typedoc": "^0.23.26", | ||
"typescript": "^4.9.5", | ||
"unbuild": "^1.1.2", | ||
"vitest": "^0.29.1" | ||
}, | ||
"dependencies": { | ||
"@sapphire/async-queue": "^1.5.0", | ||
"ms": "^2.1.3", | ||
"node-fetch": "2.6.9" | ||
}, | ||
"engines": { | ||
"node": ">=16.17.1" | ||
} | ||
} | ||
"name": "amaribot.js", | ||
"version": "2.1.0", | ||
"description": "A node.js wrapper for the AmariBot API", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/amaribot/amaribot.js.git" | ||
}, | ||
"keywords": [ | ||
"amaribot", | ||
"discord", | ||
"leveling", | ||
"api" | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"author": { | ||
"name": "Shadow", | ||
"email": "shadow@buape.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/amaribot/amaribot.js/issues" | ||
}, | ||
"homepage": "https://amaribot.js.org", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.0", | ||
"@types/ms": "^0.7.31", | ||
"@types/node-fetch": "^2.6.2", | ||
"@typescript-eslint/eslint-plugin": "latest", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"rimraf": "^4.1.2", | ||
"typedoc": "^0.23.26", | ||
"typescript": "^5.0.0", | ||
"unbuild": "^1.1.2", | ||
"vitest": "^0.29.1" | ||
}, | ||
"dependencies": { | ||
"@sapphire/async-queue": "^1.5.0", | ||
"ms": "^2.1.3", | ||
"node-fetch": "2.6.9" | ||
}, | ||
"engines": { | ||
"node": ">=16.17.1" | ||
}, | ||
"volta": { | ||
"node": "16.20.0" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"clean": "rimraf dist", | ||
"docs": "typedoc", | ||
"lint": "eslint . --fix", | ||
"test": "vitest run", | ||
"changeset": "changeset add" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32136
7
820
0
3