{
  "name": "@moveindustries/near-intents-sdk",
  "version": "0.0.4",
  "description": "Thin SDK: USDT/USDC -> Movement USDCx/MOVE over NEAR Intents 1Click.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MoveIndustries/near-intents-sdk.git"
  },
  "homepage": "https://github.com/MoveIndustries/near-intents-sdk#readme",
  "bugs": {
    "url": "https://github.com/MoveIndustries/near-intents-sdk/issues"
  },
  "keywords": [
    "movement",
    "near-intents",
    "1click",
    "usdc",
    "usdt",
    "bridge"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:live:noauth": "LIVE=1 node --env-file-if-exists=.env ./node_modules/.bin/vitest run",
    "test:live:auth": "LIVE=1 AUTH=1 node --env-file-if-exists=.env ./node_modules/.bin/vitest run",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "publish-packages": "changeset publish"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@defuse-protocol/one-click-sdk-typescript": "^0.1.24"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  }
}
