Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ An every-growing collection of JavaScript utility packages targeting Node.js and
## Packages

<!-- pkg-list-start -->
* [@bust/config](packages/config)
* Schema-driven configuration management for Node.js or the browser
* [@bust/numeric-id-hasher](packages/numeric-id-hasher)
* Encode / decode bigints as string hashes for use in shortened urls
* [@bust/periodical](packages/periodical)
Expand Down
3 changes: 2 additions & 1 deletion bin/templates/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"scripts": {
"version": "npm run changelog:update && npm run docs:build",
"prepare": "npm run build",
"test": "npm run build && node --test --test-reporter spec --experimental-test-coverage --test-coverage-lines=100 --test-coverage-branches=100 --test-coverage-functions=100 --enable-source-maps dist/esm/*.test.js",
"test:unit": "npm run build && node --test --test-reporter spec --experimental-test-coverage --test-coverage-lines=100 --test-coverage-branches=100 --test-coverage-functions=100 --enable-source-maps dist/esm/*.test.js",
"test:e2e": "echo \"Zero e2e tests to run!\" && exit 0",
"typecheck": "tsc --project .tshy/esm.json --noemit",
"build": "tshy",
"clean": "rm -rf ./dist && rm -rf ./tmp/*",
Expand Down
Loading