{
  "name": "@bett3r-dev/bett3r-utils",
  "version": "4.1.2",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bett3r-dev/bett3r-utils.git"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "clean": "rm -rf build",
    "prebuild": "yarn clean && yarn docs",
    "build": "tsc",
    "test": "jest",
    "docs": "typedoc --options typedoc.json"
  },
  "devDependencies": {
    "@types/jest": "^29.5.1",
    "@types/node": "^22.15.29",
    "eslint-plugin-jest": "^27.2.1",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typedoc": "^0.24.5",
    "typescript": "^5.0.4"
  },
  "dependencies": {}
}
