@heiwa4126/hello5
Version:
TypeScript hello world library with dual ES modules/CommonJS support. Features GitHub Actions trusted publishing to npmjs with Sigstore attestation.
67 lines (66 loc) • 1.53 kB
JSON
{
"name": "@heiwa4126/hello5",
"version": "0.0.10",
"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": "^1.19.11",
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "4.1.2",
"hono": "^4.12.9",
"npm-run-all2": "^8.0.4",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"tsdown": "^0.21.5",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vitest": "^4.1.2"
},
"engines": {
"node": ">=18.0.0"
}
}