UNPKG

aptai-js

Version:

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

43 lines (42 loc) 890 B
{ "name": "aptai-js", "version": "1.1.1", "description": "AptAi: AI-powered Aptos Blockchain SDK with Groq AI Integration", "main": "index.js", "scripts": { "test": "jest --passWithNoTests", "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" ], "author": "Teck", "license": "MIT", "dependencies": { "@aptos-labs/ts-sdk": "^1.35.0", "axios": "^1.6.7", "node-telegram-bot-api": "^0.66.0" }, "devDependencies": { "eslint": "^8.57.1", "jest": "^29.7.0", "jsdoc": "^4.0.4", "prettier": "^3.2.5" } }