{
  "name": "@voxgig/util",
  "version": "0.5.4",
  "main": "dist/util.js",
  "type": "commonjs",
  "types": "dist/util.d.ts",
  "description": "Voxgig Util.",
  "homepage": "https://github.com/voxgig/util",
  "keywords": [
    "voxgig",
    "util"
  ],
  "author": "Richard Rodger (http://richardrodger.com)",
  "repository": {
    "type": "git",
    "url": "git://github.com/voxgig/util.git"
  },
  "scripts": {
    "test": "node --enable-source-maps --test dist-test/**/*.test.js",
    "test-some": "node --enable-source-maps --test-name-pattern=\"$npm_config_pattern\" --test dist-test/**/*.test.js",
    "watch": "tsc --build src test -w",
    "build": "tsc --build src && tsc --build test",
    "clean": "rm -rf node_modules yarn.lock package-lock.json",
    "reset": "npm run clean && npm i && npm run build && npm test",
    "repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: ts/v$REPO_VERSION && git commit -a -m ts/v$REPO_VERSION && git push && git tag ts/v$REPO_VERSION && git push --tags;",
    "repo-publish": "npm run clean && npm i && npm run repo-publish-quick",
    "repo-publish-quick": "npm run build && npm run test && npm run repo-tag && npm publish --registry https://registry.npmjs.org --access=public"
  },
  "license": "MIT",
  "files": [
    "src",
    "dist",
    "LICENSE"
  ],
  "peerDependencies": {
    "pino": ">=10",
    "pino-pretty": ">=13",
    "shape": ">=10"
  },
  "devDependencies": {
    "@types/node": "26.1.1",
    "typescript": "^7.0.2"
  }
}
