{
	"name": "esbuild-typescript-library-template",
	"version": "3.0.3",
	"description": "Typescript Esbuild Library Template",
	"keywords": [
		"cjs",
		"dts",
		"esbuild",
		"esm",
		"library",
		"template",
		"typescript"
	],
	"homepage": "https://github.com/spa5k/esbuild-typescript-library-template#readme",
	"bugs": {
		"url": "https://github.com/spa5k/esbuild-typescript-library-template/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/spa5k/esbuild-typescript-library-template.git"
	},
	"license": "MIT",
	"author": "spa5k",
	"main": "dist/index.js",
	"module": "dist/index.mjs",
	"typings": "dist/index.d.ts",
	"files": [
		"dist"
	],
	"scripts": {
		"build": "cross-env NODE_ENV=production tsup-node",
		"build:dev": " cross-env NODE_ENV=development tsup-node",
		"coverage": "vitest run --coverage",
		"dev": "node-dev dist/main.js",
		"format": "biome format --write",
		"lint": "biome lint",
		"test:watch": "vitest",
		"test": "vitest run"
	},
	"devDependencies": {
		"@biomejs/biome": "1.8.3",
		"@types/node": "20.14.9",
		"cross-env": "^7.0.3",
		"esbuild": "0.22.0",
		"lefthook": "^1.6.18",
		"tslib": "2.6.3",
		"tsup": "8.1.0",
		"typescript": "5.5.2",
		"vitest": "^1.6.0"
	},
	"packageManager": "pnpm@9.4.0"
}
