UNPKG

cactus-agent

Version:
57 lines (56 loc) 1.51 kB
{ "name": "cactus-agent", "version": "13.0.0", "author": "Dommer <dommer@cactus-network.net>", "description": "cactus rpc/websocket client library", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Cactus-Network/cactus-agent.git" }, "bugs": { "url": "https://github.com/Cactus-Network/cactus-agent/issues" }, "main": "./index.js", "bin": { "cactus-agent": "bin/cli.js" }, "scripts": { "build": "node ./pre_publish.js && tsc --project tsconfig.json --allowJS false --declaration --declarationDir ./build --outDir ./build", "build:prod": "node ./pre_publish.js --prod && tsc --project tsconfig.json --allowJS false --declaration --declarationDir ./dist --outDir ./dist", "test": "jest" }, "keywords": [ "cactus", "cac", "crypto", "rpc", "websocket", "pool", "typescript" ], "engines": { "node": ">=12.13.0" }, "dependencies": { "@chiamine/json-bigint": "^1.0.3", "ws": "^8.5.0", "yaml": "^2.2.2" }, "devDependencies": { "@types/node": "^15.0.2", "@types/ws": "^8.5.3", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "eslint": "^7.8.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsdoc": "^30.4.1", "jest": "^27.5.1", "typescript": "^4.2.4" }, "homepage": "https://github.com/Cactus-Network/cactus-agent#readme", "directories": { "example": "example", "test": "test" } }