{ "version": "3.0.3", "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": ">=12.0.0" }, "bugs": { "url": "https://github.com/paritytech/substrate-api-sidecar/issues" }, "scripts": { "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)", "main": "node ./build/src/main.js", "lint": "tsc && eslint . --ext ts", "deploy": "yarn build && standard-version", "start": "yarn run main", "start:log-rpc": "yarn run build && NODE_ENV=test yarn run main ", "dev": "tsc-watch --onSuccess \"yarn run main\"", "test": "jest --silent" }, "dependencies": { "@polkadot/api": "^3.9.2", "@polkadot/apps-config": "^0.80.1", "@polkadot/util-crypto": "^5.6.2", "@substrate/calc": "^0.2.0", "confmgr": "^1.0.6", "express": "^4.17.1", "express-winston": "^4.0.5", "http-errors": "^1.8.0", "winston": "^3.3.3" }, "devDependencies": { "@types/express": "^4.17.11", "@types/express-serve-static-core": "^4.17.18", "@types/http-errors": "^1.6.3", "@types/jest": "^26.0.20", "@types/morgan": "^1.9.2", "@types/triple-beam": "^1.3.2", "@typescript-eslint/eslint-plugin": "4.15.1", "@typescript-eslint/parser": "4.15.1", "eslint": "^7.19.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-simple-import-sort": "^7.0.0", "jest": "^26.6.3", "prettier": "^2.2.1", "rimraf": "^3.0.2", "standard-version": "^9.1.0", "ts-jest": "^26.5.1", "tsc-watch": "^4.2.9", "typescript": "^4.1.4" }, "resolutions": { "node-forge": ">=0.10.0", "node-fetch": ">=2.6.1", "prismjs": ">=1.23.0" }, "keywords": [ "substrate", "api", "sidecar", "polkadot", "kusama" ] }