UNPKG

aptai-jst

Version:

AptAi: AI-powered Aptos Blockchain SDK with Groq AI Integration

46 lines (45 loc) 967 B
{ "name": "aptai-jst", "version": "1.1.0", "description": "AptAi: AI-powered Aptos Blockchain SDK with Groq AI Integration", "main": "index.js", "scripts": { "test": "jest --passWithNoTests", "start": "node telegram.js", "lint": "eslint .", "format": "prettier --write .", "docs": "jsdoc -c jsdoc.config.json", "prepublishOnly": "npm test" }, "repository": { "type": "git", "url": "git+https://github.com/Teckdegen/aptaijst" }, "publishConfig": { "access": "public" }, "keywords": [ "Aptos", "AI", "Groq", "blockchain", "crypto", "defi", "nft", "telegram-bot" ], "author": "Teck", "license": "MIT", "dependencies": { "@aptos-labs/ts-sdk": "^1.35.0", "aptos": "^1.0.0", "axios": "^1.8.3", "node-telegram-bot-api": "^0.66.0" }, "devDependencies": { "eslint": "^8.57.1", "jest": "^29.7.0", "jsdoc": "^4.0.4", "prettier": "^3.5.3" } }