{
  "name": "@cutting/util",
  "version": "4.67.0",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/dagda1/cuttingedge.git"
  },
  "types": "dist/esm/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "dependencies": {
    "@cutting/assert": "0.8.0"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "module": "dist/esm/index.js",
  "exports": {
    "types": "./dist/esm/index.d.ts",
    "import": "./dist/esm/index.js"
  },
  "scripts": {
    "build": "NODE_ENV=production devtools rolldown",
    "lint": "eslint ./src/**/*.{ts,tsx} --fix",
    "test": "NODE_ENV=test vitest",
    "test:ci": "CI=true pnpm test"
  }
}