Newer
Older
"name": "@substrate/api-sidecar",
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",
"author": "Parity Technologies <[email protected]>",
"license": "GPL-3.0-or-later",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"bin": {
"substrate-api-sidecar": "./build/src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/substrate-api-sidecar.git"
},
"engines": {
},
"bugs": {
"url": "https://github.com/paritytech/substrate-api-sidecar/issues"
},
"files": [
"build"
],
"build": "rimraf build/ && tsc",
"build:calc": "bash ./calc/build.sh",
"build:docker": "docker build -t substrate-api-sidecar .",
"build:docs": "(cd docs && yarn && yarn build)",
Zeke Mostov
committed
"main": "node ./build/src/main.js",
"lint": "substrate-dev-run-lint",
"deploy": "yarn build && npm publish",
Zeke Mostov
committed
"start": "yarn run main",
"start:log-rpc": "yarn run build && NODE_ENV=test yarn run main ",
"dev": "tsc-watch --onSuccess \"yarn run main\"",
"test": "substrate-exec-jest --silent",
"lint:e2e-tests": "cd e2e-tests && substrate-dev-run-lint",
"build:e2e-tests": "(cd e2e-tests && substrate-exec-tsc)",
"test:e2e-tests": "yarn build:e2e-tests && node ./e2e-tests/build/index.js --config=./e2e-tests/jest.config.js",
"test:init-e2e-tests": "python3 ./scripts/run_chain_tests.py"
"@polkadot/api": "^4.13.1",
"@polkadot/apps-config": "^0.91.2",
"@polkadot/util-crypto": "^6.6.1",
"@substrate/calc": "^0.2.0",
"express-winston": "^4.1.0",
"http-errors": "^1.8.0",
},
"devDependencies": {
"@substrate/dev": "^0.5.2",
"@types/argparse": "^2.0.8",
Zeke Mostov
committed
"@types/express": "^4.17.11",
"@types/morgan": "^1.9.2",
Zeke Mostov
committed
"standard-version": "^9.3.0",
},
"resolutions": {
"node-forge": ">=0.10.0",
"node-fetch": ">=2.6.1",
"prismjs": ">=1.23.0"
"keywords": [
"substrate",
"api",
"sidecar",
"polkadot",
"kusama"
]