{
  "name": "from-anywhere",
  "description": "Useful utilities for JS, TS, React, Node, Bun, Next, and more.",
  "main": "build/index.js",
  "exports": {
    ".": "./build/index.js",
    "./node": "./build/node/index.js",
    "./types": "./build/types/index.js",
    "./openapi-example.json": "./openapi-example.json"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/json-schema": "^7.0.15",
    "@types/promisify-node": "^0.4.3",
    "@types/proper-lockfile": "^4.1.4",
    "@types/react": "^18.2.79",
    "@types/web": "^0.0.111",
    "bun-types": "latest",
    "hono": "^4.2.5",
    "openapi-types": "^12.1.3"
  },
  "bin": {
    "jsUtil": "src/cli.ts"
  },
  "dependencies": {
    "dot-prop": "^8.0.2",
    "emoji-regex": "^10.3.0",
    "gray-matter": "^4.0.3",
    "js-yaml": "^4.1.0",
    "json-schema": "^0.4.0",
    "promisify": "^0.0.3",
    "promisify-node": "^0.5.0",
    "proper-lockfile": "^4.1.2"
  },
  "scripts": {
    "test": "node ./build/cli.js",
    "up": "npm version patch -f",
    "pub": "yarn up && npm publish",
    "css": "tailwindcss -o css.css"
  },
  "version": "0.0.38",
  "type": "module"
}
