@raiden_network/raiden-cli
Version:
Raiden Light Client standalone app with a REST API via HTTP
67 lines (66 loc) • 1.96 kB
JSON
{
"name": "@raiden_network/raiden-cli",
"version": "3.1.2",
"author": "brainbot labs est.",
"license": "MIT",
"description": "Raiden Light Client standalone app with a REST API via HTTP",
"homepage": "https://github.com/raiden-network/light-client#readme",
"bugs": {
"url": "https://github.com/raiden-network/light-client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raiden-network/light-client.git"
},
"keywords": [
"raiden",
"ethereum",
"blockchain",
"2ndlayer",
"scaling",
"payments",
"transfers",
"web3"
],
"scripts": {
"clean": "rimraf build/ bundle/",
"lint": "eslint --max-warnings 0 --ext '.ts' .",
"build": "tsc --skipLibCheck",
"build:bundle": "TS_NODE_PROJECT=./ignored ncc build -C ./src/index.ts -o ./bundle",
"build:webui": "curl https://files.pythonhosted.org/packages/32/4e/ee2ff9b3a92d41b1eb69d58d43467ee4279d3c55ae8f640c763031540324/raiden-webui-1.2.1.tar.gz | tar -xzvf - -C ./build/ --strip-components=2 raiden-webui-1.2.1/raiden_webui/ui",
"preinstall": "npx only-allow yarn",
"postpack": "yarn clean && yarn build && yarn build:webui && yarn build:bundle"
},
"files": [
"raiden",
"build/**"
],
"bin": {
"raiden": "./raiden"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/http-errors": "^1.8.2",
"@types/inquirer": "^8.2.1",
"@types/morgan": "^1.9.3",
"@types/node": "^16.11.45",
"@types/node-localstorage": "^1.3.0",
"@types/yargs": "^17.0.10",
"@vercel/ncc": "^0.34.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@koush/wrtc": "^0.5.3",
"cors": "^2.8.5",
"ethers": "^5.6.9",
"express": "^4.18.1",
"http-errors": "^2.0.0",
"inquirer": "^8.2.4",
"loglevel": "^1.8.0",
"morgan": "^1.10.0",
"node-localstorage": "^2.2.1",
"raiden-ts": "^3.0.0",
"rxjs": "^7.5.6",
"yargs": "^17.5.1"
}
}