UNPKG

@skynetxbt/venice-ai-plugin

Version:

Venice AI Plugin for Skynet Framework - Staking Contract Integration

50 lines (49 loc) 1.23 kB
{ "name": "@skynetxbt/venice-ai-plugin", "version": "1.3.5", "description": "Venice AI Plugin for Skynet Framework - Staking Contract Integration", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src --ext .ts" }, "dependencies": { "@skynetxbt/core": "1.3.5-alpha.5", "@skynetxbt/kms-plugin": "1.3.5", "@skynetxbt/plugin-spheron": "1.3.5-alpha.5", "@skynetxbt/plugin-spheron-proxy": "1.3.5", "axios": "^1.8.1", "chalk": "^4.1.2", "ethers": "^6.13.5", "node-cron": "^3.0.3", "zod": "^3.24.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.17.23", "@types/node-cron": "^3.0.11", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.1", "jest": "^29.7.0", "ts-jest": "^29.2.6", "typescript": "^5.8.2" }, "keywords": [ "venice", "staking", "blockchain", "ethereum", "plugin", "skynet" ], "author": "Skynet Team", "license": "MIT", "gitHead": "a6fe6ef37b777435c7bf5b660a333318eda58f32" }