4.0.0 • Published 9 months ago

@chubbyts/chubbyts-packaging v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

chubbyts-packaging

CI Coverage Status Mutation testing badge npm-version

bugs code_smells coverage duplicated_lines_density ncloc sqale_rating alert_status reliability_rating security_rating sqale_index vulnerabilities

Description

Packaging helper

Requirements

  • node: 18

Installation

Through NPM as @chubbyts/chubbyts-packaging.

npm i -D @chubbyts/chubbyts-packaging@^4.0.0

package.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

3.0.2

11 months ago

3.0.1

11 months ago

3.0.0-rc.1

11 months ago

3.0.0

11 months ago

4.0.0

9 months ago

2.0.7

1 year ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago