{
  "name": "@opvious/stl-utils",
  "version": "0.27.3",
  "repository": "github:opvious/stl.ts",
  "description": "Standard utilities",
  "keywords": [
    "stl"
  ],
  "author": "Opvious Engineering <oss@opvious.io>",
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "lib/"
  ],
  "exports": {
    "./bindable": "./lib/bindable.js",
    "./buffers": "./lib/buffers.js",
    "./collections": "./lib/collections.js",
    "./envelope": "./lib/envelope.js",
    "./environment": "./lib/environment.js",
    "./events": "./lib/events.js",
    "./files": "./lib/files.js",
    "./functions": "./lib/functions.js",
    "./intensive": "./lib/intensive.js",
    "./objects": "./lib/objects.js",
    "./opaques": "./lib/opaques.js",
    "./strings": "./lib/strings.js"
  },
  "dependencies": {
    "@avro/types": "^1.0.25",
    "change-case": "^5.4.4",
    "fast-deep-equal": "^3.1.3",
    "inlinable-runtime": "^0.3.4",
    "picomatch": "^4.0.2",
    "untruncate-json": "^0.0.1",
    "@opvious/stl-errors": "0.27.3"
  },
  "devDependencies": {
    "@types/picomatch": "^2.3.4",
    "benchmark": "^2.1.4"
  },
  "typedocMain": "src/index.ts",
  "scripts": {
    "build": "tsc -b src test",
    "clean": "rm -rf lib node_modules out",
    "fix": "prettier --write",
    "test": "vitest",
    "watch": "tsc -b -w src test"
  }
}