
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
@paulmillr/jsbt
Advanced tools
Typescript configs, build tools and templates for JS projects.
jsbt.js
calls esbuild to produce single-file package output.github/workflows
contains GitHub CI configs for testing & publishing JS packages:
test-js.yml
runs tests on LTS node.js, bun, deno, linter, and calculates coverage
submodules: true / false (default)
option determines whether to clone submodulestest-ts.yml
is same, but runs typescript instead of js on supported node.js (v22+)release.yml
publishes package on NPM, JSR and creates single-file output if it exists
build-path: string
- path to build directory, which contains out
dir, from which
files would be uploaded to github releasesslow-types: true / false (default)
- whether to allow slow types on JSR.iotsconfig.json
and tsconfig.cjs.json
allow inheritance with a few useful options:
isolatedDeclarations
ensures types are "fast" and friendly to JSR.ioverbatimModuleSyntax
- ensures files are friendly to "type erasure" / "type ignore"
node.js and otherstsconfig.test.json
is for typescript tests, with looser checksrepo-template
contains project skeleton, which can be used to create a new package
MIT License
FAQs
JS build tools: tsconfigs, templates, scripts and CI workflows
The npm package @paulmillr/jsbt receives a total of 732 weekly downloads. As such, @paulmillr/jsbt popularity was classified as not popular.
We found that @paulmillr/jsbt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.