{
	"name": "k-xhr",
	"version": "0.3.5",
	"description": "Lightweight promisified XMLHttpRequest",
	"engines": {
		"node": ">=18.6.0"
	},
	"type": "module",
	"main": "src/kxhr.js",
	"types": "kxhr.d.ts",
	"scripts": {
		"test": "node --test",
		"build": "NODE_ENV=production webpack"
	},
	"devDependencies": {
		"jsdom": "^20.0.0",
		"webpack": "^5.73.0",
		"webpack-cli": "^4.10.0"
	},
	"prettier": {
		"tabWidth": 4,
		"useTabs": true,
		"quoteProps": "consistent",
		"trailingComma": "none",
		"bracketSameLine": true
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/tmspnn/k-xhr"
	},
	"keywords": [
		"k-xhr",
		"XMLHttpRequest"
	],
	"author": "Thomas Peng Li",
	"license": "MIT"
}
