{
  "name": "@neardefi/shade-agent-js",
  "version": "2.1.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.4",
    "@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",
    "near-seed-phrase": "^0.2.1"
  },
  "devDependencies": {
    "@types/node": "^22.19.7",
    "@vitest/coverage-v8": "^4.0.17",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vitest": "^4.0.17"
  },
  "keywords": [
    "AI",
    "agents",
    "crypto",
    "shade",
    "near",
    "shade-agent"
  ]
}
