{
  "name": "@mtth/stl-errors",
  "version": "0.9.7",
  "repository": {
    "type": "git",
    "url": "git+https://forge.mtth.dev/mtth/sdk.ts.git"
  },
  "description": "Standard errors",
  "keywords": [
    "stl"
  ],
  "author": "Matthieu Monsch <mtth@apache.org>",
  "license": "MIT",
  "type": "module",
  "files": [
    "lib/",
    "resources/"
  ],
  "exports": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "dependencies": {
    "change-case": "^5.4.4"
  },
  "scripts": {
    "build": "tsc -p src",
    "clean": "rm -rf lib node_modules out",
    "fix": "prettier --write",
    "test": "vitest",
    "watch": "tsc -b -w src test"
  }
}