{ "version": "2.0.0", "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": "^2.7.1", "@polkadot/util-crypto": "^4.1.1", "@substrate/calc": "^0.1.2", "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.9", "@types/express-serve-static-core": "^4.17.13", "@types/http-errors": "^1.6.3", "@types/jest": "^26.0.15", "@types/morgan": "^1.9.2", "@types/triple-beam": "^1.3.2", "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", "eslint": "^7.13.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-simple-import-sort": "^6.0.0", "jest": "^26.6.3", "prettier": "^2.1.2", "rimraf": "^3.0.2", "standard-version": "^9.0.0", "ts-jest": "^26.4.4", "tsc-watch": "^4.2.9", "typescript": "^4.0.5" }, "resolutions": { "node-forge": ">=0.10.0", "node-fetch": ">=2.6.1", "prismjs": ">=1.21.1" }, "keywords": [ "substrate", "api", "sidecar", "polkadot", "kusama" ] }