{ "version": "14.3.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": ">=14" }, "bugs": { "url": "https://github.com/paritytech/substrate-api-sidecar/issues" }, "scripts": { "main": "node ./build/src/main.js", "dev": "tsc-watch --onSuccess \"yarn run main\"", "deploy": "yarn build && npm publish", "build": "substrate-exec-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)", "build:scripts": "substrate-exec-rimraf scripts/build/ && substrate-exec-tsc --project scripts/tsconfig.json", "build:e2e-tests": "substrate-exec-rimraf e2e-tests/build/ && substrate-exec-tsc --project e2e-tests/tsconfig.json", "lint": "substrate-dev-run-lint", "lint:fix": "substrate-dev-run-lint --fix", "lint:scripts": "cd scripts && substrate-dev-run-lint", "lint:e2e-tests": "cd e2e-tests && substrate-dev-run-lint", "start": "yarn run main", "start:log-rpc": "yarn run build && NODE_ENV=test yarn run main ", "start:latest-e2e-tests": "yarn build:e2e-tests && node ./e2e-tests/build/latest/index.js", "start:historical-e2e-scripts": "yarn build:scripts && node scripts/build/runHistoricalE2eTests.js", "start:latest-e2e-scripts": "yarn build:scripts && node scripts/build/runLatestE2eTests.js", "test": "NODE_ENV=test substrate-exec-jest --detectOpenHandles", "test:watch": "NODE_ENV=test substrate-exec-jest --watch", "test:ci": "NODE_ENV=test substrate-exec-jest --runInBand", "test:latest-e2e-tests": "yarn start:latest-e2e-scripts", "test:historical-e2e-tests": "yarn start:historical-e2e-scripts", "start:historical-e2e-tests": "yarn build:e2e-tests && node ./e2e-tests/build/historical/historical.js --config=./e2e-tests/jest.config.js", "test:test-release": "yarn build:scripts && node scripts/build/runYarnPack.js" }, "dependencies": { "@polkadot/api": "^9.13.4", "@polkadot/api-contract": "^9.13.4", "@polkadot/util-crypto": "^10.3.1", "@substrate/calc": "^0.3.1", "argparse": "^2.0.1", "confmgr": "^1.0.10", "express": "^4.18.1", "express-winston": "^4.2.0", "http-errors": "^2.0.0", "lru-cache": "^7.13.1", "rxjs": "^7.5.6", "winston": "^3.8.1" }, "devDependencies": { "@substrate/dev": "^0.6.6", "@types/argparse": "2.0.10", "@types/express": "4.17.14", "@types/express-serve-static-core": "4.17.31", "@types/http-errors": "1.8.2", "@types/lru-cache": "^7.10.10", "@types/morgan": "1.9.3", "@types/triple-beam": "^1.3.2", "tsc-watch": "^4.6.2", "wasm-pack": "^0.10.3" }, "resolutions": { "typescript": "4.9.4" }, "keywords": [ "substrate", "api", "sidecar", "polkadot", "kusama" ], "packageManager": "yarn@3.3.1" }