{
  "name": "@mtth/stl-utils",
  "version": "0.9.7",
  "repository": {
    "type": "git",
    "url": "git+https://forge.mtth.dev/mtth/sdk.ts.git"
  },
  "description": "Standard utilities",
  "keywords": [
    "stl"
  ],
  "author": "Matthieu Monsch <mtth@apache.org>",
  "license": "MIT",
  "type": "module",
  "files": [
    "lib/"
  ],
  "exports": {
    "./*": "./lib/*.js"
  },
  "dependencies": {
    "change-case": "^5.4.4",
    "fast-deep-equal": "^3.1.3",
    "picomatch": "^4.0.3",
    "temporal-polyfill": "^0.3.0",
    "untruncate-json": "^0.0.1",
    "@mtth/inlinable-runtime": "0.9.7",
    "@mtth/stl-errors": "0.9.7"
  },
  "devDependencies": {
    "@types/picomatch": "^4.0.2",
    "benchmark": "^2.1.4"
  },
  "scripts": {
    "build": "tsc -b src test",
    "clean": "rm -rf lib node_modules out",
    "fix": "prettier --write",
    "test": "vitest",
    "watch": "tsc -b -w src test"
  }
}