{
	"name": "@heiwa4126/hello5",
	"version": "0.0.11",
	"description": "TypeScript hello world library with dual ES modules/CommonJS support. Features GitHub Actions trusted publishing to npmjs with Sigstore attestation.",
	"keywords": [
		"cli",
		"commonjs",
		"demo",
		"esm",
		"example",
		"github-actions",
		"hello-world",
		"learning",
		"sigstore",
		"trusted-publishing",
		"typescript"
	],
	"homepage": "https://github.com/heiwa4126/heiwa4126-hello5#readme",
	"bugs": {
		"url": "https://github.com/heiwa4126/heiwa4126-hello5/issues"
	},
	"license": "MIT",
	"author": "heiwa4126 <heiwa4126@gmail.com>",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/heiwa4126/heiwa4126-hello5.git"
	},
	"bin": {
		"heiwa4126-hello5": "dist/cli.js"
	},
	"files": [
		"dist/**/*.js",
		"dist/**/*.cjs",
		"dist/**/*.d.ts",
		"!dist/**/*.map"
	],
	"type": "module",
	"main": "./dist/index.cjs",
	"module": "./dist/index.js",
	"browser": "./dist/index.global.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		}
	},
	"devDependencies": {
		"@heiwa4126/clean-publish-scripts": "^0.0.6",
		"@hono/node-server": "^2.0.0",
		"@types/node": "^25.6.0",
		"@vitest/coverage-v8": "4.1.5",
		"hono": "^4.12.14",
		"npm-run-all2": "^8.0.4",
		"oxfmt": "^0.46.0",
		"oxlint": "^1.61.0",
		"tsdown": "^0.21.10",
		"tsx": "^4.21.0",
		"typescript": "^6.0.3",
		"vitest": "^4.1.5"
	},
	"engines": {
		"node": ">=18.0.0"
	}
}
