{
  "name": "@sleet-js/near-kit-custom-client-setup-with-other-custom-functions",
  "description": "DEPRECATED - Use @near-kit-tool-box/web, @near-kit-tool-box/env, and @near-kit-tool-box/fun instead",
  "version": "0.0.12",
  "deprecated": "Deprecated: Use @near-kit-tool-box/web, @near-kit-tool-box/env, and @near-kit-tool-box/fun instead. See: https://github.com/sleet-js/near-kit-tool-box",
  "homepage": "https://sleet-js.near.page",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "browser": "dist/index_web.js",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/index_web.js",
      "default": "./dist/index.js"
    },
    "./web": {
      "types": "./dist/index_web.d.ts",
      "default": "./dist/index_web.js"
    },
    "./env": {
      "types": "./dist/index_env.d.ts",
      "node": "./dist/index_env.js",
      "default": "./dist/index_env.js"
    }
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sleet-js/near-kit-custom-client-setup-with-other-custom-functions.git"
  },
  "scripts": {
    "build": "bun run tsc"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "typescript": "^6.0.2"
  },
  "dependencies": {
    "@hot-labs/near-connect": "0.11.1",
    "@sleet-js/ft-methods-const": "^0.0.5",
    "@sleet-js/ref-exchange-methods-const": "^0.0.3",
    "@sleet-js/wrap-near-contract-methods-const": "^0.0.1",
    "near-kit": "^0.12.0",
    "prettier": "^3.8.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/bun": "^1.3.11",
    "dotenv": "^17.3.1"
  }
}
