{
  "name": "@neardefi/shade-agent-js",
  "version": "2.2.0",
  "description": "A library for creating Shade Agent agents in JavaScript and TypeScript",
  "author": "Matt Lockyer <github.com/mattlockyer>",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/index.cjs",
  "types": "dist/index.d.cts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NearDeFi/shade-agent-framework.git",
    "directory": "shade-agent-js"
  },
  "scripts": {
    "build": "rm -rf dist && mkdir -p dist && tsup src/index.ts --format cjs --dts",
    "prepublishOnly": "npm run build",
    "publish": "npm publish --access public",
    "test": "vitest run tests/unit",
    "test:coverage": "vitest run --coverage tests/unit"
  },
  "dependencies": {
    "@hackylabs/deep-redact": "3.0.5",
    "@near-js/accounts": "2.5.1",
    "@near-js/crypto": "2.5.1",
    "@near-js/providers": "2.5.1",
    "@near-js/signers": "2.5.1",
    "@near-js/tokens": "2.5.1",
    "@near-js/transactions": "2.5.1",
    "@near-js/types": "2.5.1",
    "@phala/dstack-sdk": "0.5.7",
    "asn1.js": "4.10.1",
    "near-seed-phrase": "0.2.1"
  },
  "devDependencies": {
    "@types/node": "25.6.0",
    "@vitest/coverage-v8": "4.1.5",
    "tsup": "8.5.1",
    "typescript": "6.0.3",
    "vitest": "4.1.5"
  },
  "keywords": [
    "AI",
    "agents",
    "crypto",
    "shade",
    "near",
    "shade-agent"
  ]
}
