@restroom-mw/sawroom
Version:
"Sawroom.dyne.org middleware to interact with sawtooth
53 lines (52 loc) • 1.29 kB
JSON
{
"name": "@restroom-mw/sawroom",
"version": "0.13.0",
"description": "\"Sawroom.dyne.org middleware to interact with sawtooth",
"keywords": [
"blockchain",
"zenroom",
"sawtooth",
"sawroom",
"api",
"nodejs"
],
"author": "Puria Nafisi Azizi <puria@dyne.org>",
"homepage": "https://dyne.github.io/restroom-mw/",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dyne/restroom-mw.git"
},
"scripts": {
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"doc": "documentation readme src/** -g -f md -s 'API' --readme-file ../../docs/packages/sawroom.md --shallow",
"links": "yarn link",
"unlinks": "yarn unlink",
"watch": "tsc -b tsconfig.json -w",
"build": "tsc -b tsconfig.json"
},
"bugs": {
"url": "https://github.com/dyne/restroom-mw/issues"
},
"ava": {
"babel": true
},
"devDependencies": {
"@types/supertest": "^2.0.10",
"async": "^3.2.0",
"async-retry": "^1.3.1",
"axios": "^0.25.0"
},
"dependencies": {
"@dyne/sawroom-client": "^1.9.0",
"cbor": "^8.1.0"
},
"gitHead": "e401976d13ad938f41b01d49cfa0613e3b77ffc7"
}