@agentdao/core
Version:
Core functionality, skills, and ready-made UI components for AgentDAO - Web3 subscriptions, content generation, social media, help support, live chat, RSS fetching, web search, and agent pricing integration
80 lines • 2 kB
JSON
{
"name": "@agentdao/core",
"version": "0.7.0",
"description": "Core functionality, skills, and ready-made UI components for AgentDAO - Web3 subscriptions, content generation, social media, help support, live chat, RSS fetching, web search, and agent pricing integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"agent",
"dao",
"developers",
"typescript",
"web3",
"subscriptions",
"content-generation",
"social-media",
"help-support",
"live-chat",
"rss-fetcher",
"web-search",
"ai-search",
"base-chain",
"adao",
"pricing",
"monetization",
"ui-components",
"react-components",
"widgets"
],
"author": "Developers Agent DAO",
"license": "MIT",
"dependencies": {
"@adraffy/ens-normalize": "^1.11.0",
"axios": "^1.6.7",
"dotenv": "^17.0.1",
"rss-parser": "^3.13.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevelopersContrib/developersagentdaov3.git"
},
"bugs": {
"url": "https://github.com/developersagentdao/core/issues"
},
"homepage": "https://developers.agentdao.com",
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"dev": "tsc -w",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\""
}
}