UNPKG

@neardefi/shade-agent-js

Version:

This library is intended to be used in conjunction with the [shade agent template](https://github.com/NearDeFi/shade-agent-template/).

40 lines (39 loc) 1.22 kB
{ "type": "module", "name": "@neardefi/shade-agent-js", "version": "0.0.12", "main": "index.cjs", "author": "Matt Lockyer <github.com/mattlockyer>", "license": "MIT", "scripts": { "build": "tsup src/* --format cjs && cp package.json dist/package.json", "deploy": "npm publish --access public" }, "devDependencies": { "tsup": "^8.4.0", "js-sha3": "^0.9.3", "keccak": "^3.0.4", "bs58check": "^4.0.0", "typescript": "^5.8.2", "@types/node": "^22.13.9", "agent-twitter-client": "^0.0.17", "dotenv": "^16.4.7", "near-api-js": "^5.0.1", "near-seed-phrase": "^0.2.1" }, "description": "This library is intended to be used in conjunction with the [shade agent template](https://github.com/NearDeFi/shade-agent-template/).", "repository": { "type": "git", "url": "git+https://github.com/NearDeFi/shade-agent-js.git" }, "keywords": [ "AI", "agents", "crypto", "shade" ], "bugs": { "url": "https://github.com/NearDeFi/shade-agent-js/issues" }, "homepage": "https://github.com/NearDeFi/shade-agent-js#readme" }