summaryrefslogtreecommitdiff
path: root/node_modules/@sapphire/fetch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@sapphire/fetch/package.json')
-rw-r--r--node_modules/@sapphire/fetch/package.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/node_modules/@sapphire/fetch/package.json b/node_modules/@sapphire/fetch/package.json
new file mode 100644
index 0000000..5464134
--- /dev/null
+++ b/node_modules/@sapphire/fetch/package.json
@@ -0,0 +1,65 @@
+{
+ "name": "@sapphire/fetch",
+ "version": "2.4.1",
+ "description": "Tiny wrapper around cross-fetch (for NodeJS) and window.fetch (for Browsers) for improved TypeScript and data type support",
+ "author": "@sapphire",
+ "license": "MIT",
+ "main": "dist/index.js",
+ "module": "dist/index.mjs",
+ "browser": "dist/index.global.js",
+ "unpkg": "dist/index.global.js",
+ "types": "dist/index.d.ts",
+ "exports": {
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.js",
+ "types": "./dist/index.d.ts"
+ },
+ "sideEffects": false,
+ "homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/fetch",
+ "scripts": {
+ "test": "vitest run",
+ "lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
+ "build": "tsup && tsc -b src",
+ "prepack": "yarn build",
+ "bump": "cliff-jumper",
+ "check-update": "cliff-jumper --dry-run"
+ },
+ "dependencies": {
+ "cross-fetch": "^3.1.5"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sapphiredev/utilities.git",
+ "directory": "packages/fetch"
+ },
+ "files": [
+ "dist/**/*.js*",
+ "dist/**/*.mjs*",
+ "dist/**/*.d*"
+ ],
+ "engines": {
+ "node": ">=v14.0.0",
+ "npm": ">=7.0.0"
+ },
+ "keywords": [
+ "@sapphire/fetch",
+ "bot",
+ "typescript",
+ "ts",
+ "yarn",
+ "discord",
+ "sapphire",
+ "standalone"
+ ],
+ "bugs": {
+ "url": "https://github.com/sapphiredev/utilities/issues"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "devDependencies": {
+ "@favware/cliff-jumper": "^1.8.5",
+ "tsup": "^6.1.3",
+ "typescript": "^4.7.4"
+ }
+} \ No newline at end of file