{ "version": "9.1.1", "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 ", "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": { "node": ">=14" }, "bugs": { "url": "https://github.com/paritytech/substrate-api-sidecar/issues" }, "files": [ "build" ], "scripts": { "build": "rimraf build/ && substrate-exec-tsc && echo Build Finished", "build:calc": "bash ./calc/build.sh", "build:docker": "docker build -t substrate-api-sidecar .", "build:docs": "(cd docs && yarn && yarn build)", "main": "node ./build/src/main.js", "lint": "substrate-dev-run-lint", "deploy": "yarn build && npm publish", "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": "yarn start:e2e-scripts", "test:init-e2e-tests:polkadot": "yarn start:e2e-scripts --chain polkadot", "test:init-e2e-tests:kusama": "yarn start:e2e-scripts --chain kusama", "test:init-e2e-tests:westend": "yarn start:e2e-scripts --chain westend", "start:e2e-scripts": "yarn build:scripts && node scripts/build/runChainTests.js", "build:scripts": "cd scripts && substrate-exec-tsc", "lint:scripts": "cd scripts && substrate-dev-run-lint" }, "dependencies": { "@polkadot/api": "^5.3.1", "@polkadot/apps-config": "^0.95.1", "@polkadot/util-crypto": "^7.1.1", "@polkadot/x-rxjs": "^6.11.1", "@substrate/calc": "^0.2.2", "argparse": "^2.0.1", "confmgr": "^1.0.6", "express": "^4.17.1", "express-winston": "^4.1.0", "http-errors": "^1.8.0", "winston": "^3.3.3" }, "devDependencies": { "@substrate/dev": "^0.5.4", "@types/argparse": "^2.0.8", "@types/express": "^4.17.12", "@types/express-serve-static-core": "^4.17.21", "@types/http-errors": "^1.8.0", "@types/morgan": "^1.9.2", "@types/triple-beam": "^1.3.2", "rimraf": "^3.0.2", "standard-version": "^9.3.0", "tsc-watch": "^4.4.0" }, "resolutions": { "@polkadot/api": "^5.3.1", "@polkadot/api-contract": "^5.3.1", "@polkadot/hw-ledger": "^7.1.1", "@polkadot/keyring": "^7.1.1", "@polkadot/networks": "^7.1.1", "@polkadot/phishing": "^0.6.248", "@polkadot/types": "^5.3.1", "@polkadot/util": "^7.1.1", "@polkadot/util-crypto": "^7.1.1", "@polkadot/wasm-crypto": "^4.1.2", "node-forge": ">=0.10.0", "node-fetch": ">=2.6.1", "prismjs": ">=1.23.0" }, "keywords": [ "substrate", "api", "sidecar", "polkadot", "kusama" ] }