@vegaprotocol/openrpc-md
Version:
Generate a single markdown from a simplistic openrpc doc
40 lines (39 loc) • 1.15 kB
JSON
{
"name": "@vegaprotocol/openrpc-md",
"version": "1.2.6",
"description": "Generate a single markdown from a simplistic openrpc doc",
"type": "module",
"main": "src/index.js",
"bin": {
"openrpc-md": "src/index.js"
},
"scripts": {
"setup": "husky install",
"test": "tape src/**/*.test.js | tap-arc",
"lint": "standard src/**/*.js",
"fetch-sample": "curl 'https://raw.githubusercontent.com/vegaprotocol/vega/develop/wallet/api/openrpc.json' -s -o ./sample/openrpc.json",
"generate-sample": "node src/index.js ./sample/openrpc.json 'OpenRPC Wallet API' > ./sample/output.md"
},
"keywords": [
"open-rpc"
],
"author": "Edd <edd@vega.xyz>",
"repository": {
"type": "git",
"url": "git+https://github.com/vegaprotocol/openrpc-md.git"
},
"bugs": {
"url": "https://github.com/vegaprotocol/openrpc-md/issues"
},
"homepage": "https://github.com/vegaprotocol/openrpc-md#readme",
"license": "MIT",
"devDependencies": {
"husky": "^8.0.1",
"standard": "^16.0.3",
"tap-arc": "^0.3.5",
"tape": "^5.6.0"
},
"dependencies": {
"@open-rpc/schema-utils-js": "^1.16.1"
}
}