1.0.0 • Published 1 year ago

@larner.dev/json-type v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

@larner.dev/json-type

Setup

Run npm install

Commands

Use npm run followed by any of these commands:

  • build: Output both ESM and CJS versions of the project, as well as type definitions to build directory.
  • build-cjs: Output CJS versions of the project to build/cjs directory.
  • build-ems: Output ESM versions of the project to build/esm directory.
  • build-types: Output type definitions to build/types.d.ts file.
  • dev: Re-build the ESM version any time there are changes to the project.
  • format: Format all typescript files using prettier.
  • lint: Run the linter to check for errors.
  • test: Run unit tests.