{
  "name": "@rechunk/utils",
  "description": "Utility functions and helpers for ReChunk packages and implementations",
  "version": "0.3.0",
  "author": "Chris Herman",
  "dependencies": {
    "find-up": "5.0.0"
  },
  "devDependencies": {
    "typescript": "^5.4.3",
    "@repo/typescript-config": "0.0.0"
  },
  "keywords": [
    "development",
    "helpers",
    "react-native",
    "rechunk",
    "tools",
    "utilities"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "check-types": "tsc --noEmit"
  }
}