@hypernym/bundler
Version:
ESM & TS module bundler.
85 lines (84 loc) • 1.96 kB
JSON
{
"name": "@hypernym/bundler",
"version": "0.14.4",
"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",
"types": "./dist/index.d.cts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"keywords": [
"module",
"bundling",
"javascript",
"typescript",
"hyperbundler",
"declarations",
"bundler",
"builder",
"bundle",
"types",
"build",
"esm",
"dts"
],
"bin": {
"hyperbundler": "./dist/bin/index.mjs"
},
"scripts": {
"build": "bun -b run ./src/bin/index.ts",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@types/node": ">=20.0.0",
"typescript": ">=5.0.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"typescript": {
"optional": true
}
},
"dependencies": {
"@hypernym/args": "^0.3.2",
"@hypernym/colors": "^1.0.4",
"@hypernym/utils": "^3.4.4",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/pluginutils": "^5.1.4",
"esbuild": "^0.25.4",
"rollup": "^4.40.2",
"rollup-plugin-dts": "^6.2.1"
},
"devDependencies": {
"@hypernym/eslint-config": "^3.6.1",
"@hypernym/prettier-config": "^3.2.4",
"@hypernym/tsconfig": "^2.6.1",
"@types/node": "^22.15.17",
"eslint": "^9.26.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
}
}