{
	"name": "@bombitmanbomb/utils",
	"version": "3.2.1",
	"description": "",
	"main": "lib",
	"types": "lib",
	"files": [
		"lib"
	],
	"scripts": {
		"lint": "prettier --use-tabs --write . && eslint -c .eslintrc.json --fix .",
		"ready": "npm run document && npm run lint",
		"build": "Del lib /S /Q && npm run prepublishOnly",
		"prepublishOnly": "tsc"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/bombitmanbomb/Utils.git"
	},
	"author": "bombitmanbomb",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/bombitmanbomb/Utils/issues"
	},
	"homepage": "https://github.com/bombitmanbomb/Utils#readme",
	"engines": {
		"node": ">=14.0.0"
	},
	"dependencies": {
		"abort-controller": "^3.0.0"
	},
	"devDependencies": {
		"@types/jest": "^29.5.5",
		"@types/node": "^20.8.6",
		"@typescript-eslint/eslint-plugin": "^6.7.5",
		"eslint": "^8.51.0",
		"jest": "^29.7.0",
		"prettier": "^3.0.3",
		"ts-jest": "^29.1.1",
		"typedoc": "^0.25.2",
		"typescript": "^5.2.2"
	}
}
