@chubbyts/chubbyts-packaging

2.0.6 • Public • Published

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

Package Sidebar

Install

npm i @chubbyts/chubbyts-packaging

Weekly Downloads

460

Version

2.0.6

License

MIT

Unpacked Size

5.53 kB

Total Files

8

Last publish

Collaborators

  • dominikzogg