{
	"name": "dame",
	"version": "1.2.7",
	"description": "minimalistic HTTP client for browser and node",
	"repository": {
		"type": "git",
		"url": "https://github.com/Icaruk/dame"
	},
	"bugs": {
		"url": "https://github.com/Icaruk/dame/issues"
	},
	"homepage": "https://github.com/Icaruk/dame",
	"scripts": {
		"test": "jest",
		"test_coveralls": "jest && coveralls < coverage/lcov.info",
		"server": "node ./playground/server.js",
		"benchmark": "node ./benchmarks/benchmark.js",
		"declaration:build": "tsc -b",
		"rollup": "rollup -c",
		"publishDryRun": "npm publish --dry-run"
	},
	"keywords": [
		"https",
		"http",
		"request",
		"fetch",
		"ajax",
		"javascript",
		"node"
	],
	"contributors": [
		"Icaruk <adrian@icaruk.dev>",
		"Artur <artur.develop@gmail.com>"
	],
	"license": "ISC",
	"devDependencies": {
		"@rollup/plugin-commonjs": "^22.0.2",
		"@rollup/plugin-node-resolve": "^13.3.0",
		"axios": "^0.27.2",
		"body-parse": "^0.1.0",
		"coveralls": "^3.1.1",
		"express": "^4.18.1",
		"jest": "^28.1.3",
		"nanobench": "^2.1.1",
		"node-fetch": "^2.6.1",
		"phin": "^3.6.1",
		"rollup": "^2.77.3",
		"rollup-plugin-polyfill-node": "^0.10.2",
		"typescript": "^4.7.4",
		"vitest": "^2.1.3"
	},
	"main": "dame.js",
	"files": [
		"dame.js",
		"dame.d.ts"
	],
	"types": "dame.d.ts"
}
