{
	"name": "@helperdiscord/centra",
	"version": "2.4.2",
	"description": "Zero-dependency HTTP/S library designed to be simple, fast, and type-strong.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist",
		"!dist/*.tsbuildinfo"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/helperdiscord/centra.git"
	},
	"scripts": {
		"build": "tsc --emitDeclarationOnly --outDir dist && esbuild src/*.ts --bundle --minify --platform=node --outdir=dist --tsconfig=tsconfig.json",
		"prepack": "npm build",
		"docs": "typedoc src/index.ts"
	},
	"author": "Vetlix <vetlixk@gmail.com> doge <doge@helper.wtf>",
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^14.14.35",
		"esbuild": "^0.9.3",
		"typedoc": "^0.20.20",
		"typescript": "^4.2.3"
	}
}
