nestai-framework
Version:
Unlocking Next-Gen AI Agents with N.E.S.T.
76 lines (75 loc) • 2.19 kB
JSON
{
"name": "nestai-framework",
"version": "1.0.0",
"description": "Unlocking Next-Gen AI Agents with N.E.S.T.",
"type": "module",
"main": "src/framework/interactNestAI.ts",
"readme": "README.md",
"scripts": {
"interact": "npm run build > /dev/null 2>&1 && node --no-deprecation dist/interactNestAI.js",
"deploy": "npm run build --silent > /dev/null 2>&1 && node --no-deprecation dist/deployNestAI.js",
"ask": "npm run build --silent > /dev/null 2>&1 && node --no-deprecation dist/askNestAI.js",
"trade": "node --no-deprecation dist/tradeNestAI.js",
"build": "tsc"
},
"dependencies": {
"@solana/web3.js": "^1.98.0",
"@types/form-data": "^2.5.2",
"bs58": "^6.0.0",
"dotenv": "^16.4.7",
"firebase": "^11.1.0",
"form-data": "^4.0.1",
"node-fetch": "^3.3.2",
"openai": "^4.77.3",
"punycode": "^2.3.1"
},
"devDependencies": {
"@types/node-fetch": "^2.6.12",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nestaiframework/NestAI-Framework.git"
},
"keywords": [
"ai",
"agent",
"framework",
"solana",
"blockchain",
"solana-web3",
"nodejs",
"crypto",
"decentralized",
"autonomous-agent",
"ml",
"sdk",
"dapp",
"solana-sdk",
"web3",
"smart-contracts",
"nft",
"defi",
"llm",
"gpt",
"automation",
"nlp",
"metaplex",
"solana-program",
"rpc",
"neural-networks",
"bots",
"openai",
"reinforcement-learning",
"multi-agent",
"permissionless"
],
"author": "NestAI Framework",
"license": "MIT",
"bugs": {
"url": "https://github.com/nestaiframework/NestAI-Framework/issues"
},
"homepage": "https://github.com/nestaiframework/NestAI-Framework#readme"
}