UNPKG

@newcoin-core/agent

Version:

A super simple way to set up newOS agents

40 lines (39 loc) 1.18 kB
{ "name": "@newcoin-core/agent", "types": "./dist/index.d.ts", "main": "./dist/index.js", "version": "0.9.12", "bin": { "@newcoin-core/agent": "bin/agent.js" }, "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js", "postinstall": "echo \"Thanks for installing @newcoin-core/agent! Find more info at https://www.npmjs.com/package/@newcoin-core/agent.\n\nNext steps:\n1. cd <your project directory>\nrun 'npm i' to install dependencies.\n3. create a .env file with TOKEN=<your-token>\n\nHappy agentic hacking!\"" }, "author": "Igor Rubinovich <igor.rubinovich@gmail.com>", "license": "MIT", "dependencies": { "@newstackdev/iosdk-newgraph-client-js": "^1.9.92", "@types/node": "^22.8.4", "@types/ws": "^8.5.12", "dotenv": "^17.2.0", "ts-node": "^10.9.2", "typescript": "^5.5.4", "ws": "^8.18.0" }, "devDependencies": { "ts-loader": "^9.2.6", "webpack": "^5.69.1", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0" }, "keywords": [ "agents", "newcoin", "social", "ai", "watts" ] }