{
	"name": "nodecommons-esm-http",
	"version": "3.0.2",
	"description": "",
	"scripts": {
		"tsc": "./node_modules/typescript/bin/tsc",
		"preprepare": "rm -rf ./dist; php ~/Dev/etim.php src/ && npm run tsc",
		"publish-major": "rm -rf dist; npm run tsc && npx eslint . && npm run preprepare && npm version major && npm install && npm publish && git add . && git commit -m 'publish'",
		"publish-minor": "rm -rf dist; npm run tsc && npx eslint . && npm run preprepare && npm version minor && npm install && npm publish && git add . && git commit -m 'publish'",
		"publish-patch": "rm -rf dist; npm run tsc && npx eslint . && npm run preprepare && npm version patch && npm install && npm publish && git add . && git commit -m 'publish'"
	},
	"main": "dist/index.mjs",
	"types": "dist/index.d.mjs",
	"type": "module",
	"author": "Pete Morris",
	"license": "ISC",
	"devDependencies": {
		"@stylistic/eslint-plugin": "^5.10.0",
		"@types/node": "^22.10.0",
		"eslint-plugin-import": "^2.32.0",
		"eslint-plugin-prefer-arrow-functions": "^3.9.1",
		"typescript": "^5.8.0",
		"typescript-eslint": "^8.53.0"
	},
	"files": [
		"dist/**/*"
	],
	"dependencies": {
		"form-urlencoded": "^6.1.6",
		"rxjs": "^7.8.1",
		"tscommons-esm-async": "^3.0.2",
		"tscommons-esm-core": "^1.1.0",
		"tscommons-esm-http": "^3.0.2"
	}
}
