@icecoins/plugin-cryptotrade
Version:
Plugin-cryptotrade plugin for ElizaOS
78 lines • 1.81 kB
JSON
{
"name": "@icecoins/plugin-cryptotrade",
"description": "Plugin-cryptotrade plugin for ElizaOS",
"version": "0.2.3",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"packageType": "plugin",
"platform": "node",
"license": "UNLICENSED",
"author": "icecoins",
"keywords": [
"plugin",
"elizaos"
],
"repository": {
"type": "git",
"url": "github:icecoins/plugin-cryptotrade"
},
"homepage": "https://elizaos.ai",
"bugs": {
"url": "https://github.com/icecoins/plugin-cryptotrade/issues"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": [
"dist"
],
"dependencies": {
"@elizaos/core": "latest",
"binance": "^3.0.0"
},
"peerDependencies": {},
"devDependencies": {
"@elizaos/cli": "latest",
"dotenv": "latest",
"prettier": "latest",
"tsup": "latest",
"typescript": "latest",
"vitest": "latest"
},
"scripts": {
"start": "elizaos start",
"dev": "elizaos dev",
"build": "tsup",
"lint": "prettier --write ./src",
"test:component": "vitest run",
"test:e2e": "elizaos test",
"test": "npm run test:component && npm run test:e2e",
"publish": "elizaos publish",
"format": "prettier --write ./src",
"format:check": "prettier --check ./src"
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"zod": "latest"
},
"agentConfig": {
"pluginType": "elizaos:plugin:1.0.0",
"pluginParameters": {
"API_KEY": {
"type": "string",
"description": "API key for the service"
}
}
},
"gitHead": "d5bd5c43bfebeb7ac02f9e029f924cb6cd5c2ec7"
}