{
	"name": "node-superfetch",
	"version": "0.3.5",
	"description": "A wrapper for Node.js' fetch API that makes it appear like superagent.",
	"main": "index.js",
	"typings": "typings/index.d.ts",
	"scripts": {
		"test": "npm run lint",
		"lint": "eslint . --ext .js --ext .json"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/lilyissillyyy/node-superfetch.git"
	},
	"keywords": [
		"fetch",
		"node-fetch",
		"superagent",
		"snekfetch",
		"request",
		"http",
		"https"
	],
	"author": "lilyissillyyy <lilyodendahl@gmail.com>",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/lilyissillyyy/node-superfetch/issues"
	},
	"homepage": "https://github.com/lilyissillyyy/node-superfetch#readme",
	"engines": {
		"node": ">=18"
	},
	"dependencies": {
		"arraybuffer-to-buffer": "^0.0.7",
		"form-data": "^4.0.2"
	},
	"devDependencies": {
		"@types/node": "^22.14.1",
		"eslint": "^9.25.0",
		"eslint-config-amber": "^2.0.4",
		"eslint-plugin-json": "^4.0.1",
		"typescript": "^5.8.3"
	},
	"eslintConfig": {
		"extends": "amber",
		"plugins": [
			"json"
		]
	}
}
