{
	"name": "typescript-esbuild",
	"version": "0.4.10",
	"private": false,
	"description": "🌀 ESBuild Wrapper.",
	"keywords": ["javascript", "typescript", "esbuild"],
	"homepage": "https://github.com/Playform/TypeScriptESBuild#readme",
	"bugs": {
		"url": "https://github.com/Playform/TypeScriptESBuild/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Playform/TypeScriptESBuild.git"
	},
	"license": "SEE LICENSE IN LICENSE",
	"author": {
		"name": "Playform",
		"email": "hello@playform.cloud",
		"url": "https://playform.cloud"
	},
	"type": "module",
	"main": "./Target/Class/TypeScriptESBuild.js",
	"types": "./Target/Class/TypeScriptESBuild.d.ts",
	"bin": {
		"TypeScriptESBuild": "Target/Class/TypeScriptESBuild.js"
	},
	"scripts": {
		"Document": "TypeScriptDocument 'Source/**/*.ts'",
		"prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Class/TypeScriptESBuild.ts 'Source/**/*.ts'"
	},
	"dependencies": {
		"@types/node": "20.12.2",
		"commander": "12.0.0",
		"deepmerge-ts": "5.1.0",
		"esbuild": "0.20.2",
		"esbuild-plugin-copy": "2.1.1",
		"fast-glob": "3.3.2",
		"typescript": "5.4.3"
	},
	"devDependencies": {
		"ts-node": "10.9.2"
	},
	"peerDependencies": {
		"typescript-document": "0.0.7"
	},
	"publishConfig": {
		"access": "public"
	}
}
