dcp-client
Version:
Core libraries for accessing DCP network
79 lines (78 loc) • 2.07 kB
JSON
{
"name": "dcp-client",
"version": "5.6.1",
"dcp": {
"version": "a9e7f7e03401b8d2862f565386a9389324636c8e",
"repository": "git@gitlab.com:Distributed-Compute-Protocol/dcp.git"
},
"description": "Core libraries for accessing DCP network",
"keywords": [
"dcp"
],
"homepage": "https://gitlab.com/Distributed-Compute-Protocol/dcp-client#readme",
"bugs": {
"url": "https://github.com/Distributed-Compute-Labs/dcp-client/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com:Distributed-Compute-Protocol/dcp-client.git"
},
"license": "MIT",
"author": "Distributive",
"main": "index",
"bin": {
"dcp-config-value": "bin/dcp-config-value",
"dcp-bank": "bin/dcp-bank"
},
"directories": {
"example": "examples"
},
"scripts": {
"build": "./build/bundle --build=release",
"test": "npx peter tests",
"vtest": "npx peter -v tests",
"prepack": "npm-hooks/prepack",
"postpublish": "npm-hooks/postpublish",
"prepublishOnly": "npm-hooks/prepublish"
},
"dependencies": {
"atob": "2.1.2",
"bravojs": "^1.0.16",
"btoa": "1.2.1",
"chalk": "4.1.2",
"ethereumjs-util": "7.1.5",
"ethereumjs-wallet": "1.0.2",
"html-to-text": "5.1.1",
"http-proxy-agent": "4.0.1",
"https-agent": "1.0.0",
"https-proxy-agent": "5.0.1",
"kvin": "^9.0.0",
"memfs": "4.17.2",
"nanoid": "3.3.11",
"physical-cpu-count": "2.0.0",
"polyfill-crypto.getrandomvalues": "1.0.0",
"posix-getopt": "1.2.1",
"regedit": "3.0.3",
"semver": "7.7.3",
"socket.io-client": "4.8.1",
"source-map-support": "0.5.21",
"unionfs": "4.5.4",
"webpack": "5.94.0",
"webpack-cli": "4.10.0",
"xmlhttprequest-ssl": "3.0.0",
"yargs": "16.2.0"
},
"devDependencies": {
"@distributive/eslint-config": "2.1.4",
"eslint": "9.39.1",
"peter": "2.4.7"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"overrides": {
"xmlhttprequest-ssl": "$xmlhttprequest-ssl",
"cross-spawn": "7.0.6"
}
}