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/).

50 lines (49 loc) 1.91 kB
{ "type": "module", "name": "@neardefi/shade-agent-js", "version": "0.2.1", "main": "index.cjs", "types": "dist/index.d.ts", "author": "Matt Lockyer <github.com/mattlockyer>", "license": "MIT", "scripts": { "build:proxy": "cd ./contracts/proxy && RUSTFLAGS='-C link-arg=--enable-bulk-memory' cargo near build non-reproducible-wasm", "build:sandbox": "cd ./contracts/sandbox && RUSTFLAGS='-C link-arg=--enable-bulk-memory' cargo near build non-reproducible-wasm", "deploy:contract": "node ./scripts/deploy.js", "build": "tsup src/* --format cjs --dts && cp package.json dist/package.json", "build:debug": "tsup src/* --format cjs --dts && cp package.json dist/package.json && rm -rf docker-api/dist && mkdir docker-api/dist && cp dist/* docker-api/dist", "deploy": "npm publish --access public" }, "devDependencies": { "@types/elliptic": "^6", "@types/node": "^22.15.21", "agent-twitter-client": "^0.0.17", "bs58check": "^4.0.0", "dotenv": "^16.4.7", "elliptic": "^6.6.1", "hash.js": "^1.1.7", "js-sha3": "^0.9.3", "keccak": "^3.0.4", "tsup": "^8.5.0", "typescript": "^5.8.3", "near-api-js": "^5.0.1", "near-seed-phrase": "^0.2.1" }, "bin": "./cli.js", "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", "packageManager": "yarn@4.9.1" }