@chubbyts/chubbyts-packaging
v4.0.1
Published
Packaging helper
Readme
chubbyts-packaging
Description
Packaging helper
Requirements
- node: 18
Installation
Through NPM as @chubbyts/chubbyts-packaging.
npm i -D @chubbyts/chubbyts-packaging@^4.0.1package.json
"type": "module",
"scripts": {
"build": "node ./build.mjs",
...
},
"exports": {
"./*": {
"types": "./*.d.ts",
"require": "./*.cjs",
"import": "./*.mjs",
"default": "./*.mjs"
}
}Symlinks
ln -sf node_modules/@chubbyts/chubbyts-packaging/dist/build.mjs .
ln -sf node_modules/@chubbyts/chubbyts-packaging/tsconfig.json .Copyright
2025 Dominik Zogg
