@hypernym/bundler
Version:
ESM & TS module bundler.
82 lines • 1.79 kB
JSON
{
"name": "@hypernym/bundler",
"version": "0.32.3",
"author": "Hypernym Studio",
"description": "ESM & TS module bundler.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hypernym-studio/bundler.git"
},
"homepage": "https://github.com/hypernym-studio/bundler",
"funding": "https://github.com/sponsors/ivodolenc",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./plugins": {
"types": "./dist/plugins/index.d.ts",
"import": "./dist/plugins/index.js"
}
},
"files": [
"dist"
],
"keywords": [
"hyper",
"hypernym",
"module",
"bundling",
"javascript",
"typescript",
"hyperbundler",
"declarations",
"bundler",
"builder",
"bundle",
"types",
"build",
"esm",
"dts"
],
"bin": {
"hyperbundler": "./dist/bin/index.js"
},
"peerDependencies": {
"@types/node": ">=20.0.0",
"typescript": ">=5.0.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"typescript": {
"optional": true
}
},
"dependencies": {
"@hypernym/args": "^0.3.7",
"@hypernym/colors": "^1.0.8",
"@hypernym/utils": "^3.4.9",
"rolldown": "^1.0.3",
"rolldown-plugin-dts": "^0.25.2"
},
"devDependencies": {
"@hypernym/changelog": "^0.3.0",
"@hypernym/oxfmt-config": "^0.1.1",
"@hypernym/oxlint-config": "^0.1.0",
"@hypernym/tsconfig": "^2.7.2",
"@types/node": "^25.9.1",
"oxfmt": "^0.53.0",
"oxlint": "^1.68.0",
"typescript": "^5.9.3"
},
"scripts": {
"build": "bun -b run ./src/bin/index.ts",
"lint": "oxlint",
"format": "oxfmt",
"generate:changelog": "hyperchangelog"
}
}