@chubbyts/chubbyts-packaging
v2.0.7
Published
Packaging helper
Downloads
65
Readme
chubbyts-packaging
Description
Packaging helper
Requirements
- node: 16
Installation
Through NPM as @chubbyts/chubbyts-packaging.
npm i -D @chubbyts/chubbyts-packaging@^2.0.6
package.json
"type": "module",
"scripts": {
"build": "node ./build.js",
...
},
"exports": {
"./*": {
"types": "./*.d.ts",
"require": "./*.cjs",
"import": "./*.mjs",
"default": "./*.mjs"
}
}
Symlinks
ln -sf node_modules/@chubbyts/chubbyts-packaging/build.js .
ln -sf node_modules/@chubbyts/chubbyts-packaging/tsconfig.cjs.json .
ln -sf node_modules/@chubbyts/chubbyts-packaging/tsconfig.esm.json .
ln -sf node_modules/@chubbyts/chubbyts-packaging/tsconfig.json .
ln -sf node_modules/@chubbyts/chubbyts-packaging/tsconfig.types.json .
Copyright
2024 Dominik Zogg