{ "name": "polkadot-rpc-proxy", "version": "0.16.0", "description": "", "main": "index.js", "scripts": { "preinstall": "yarn build:calc", "postinstall": "yarn upgrade @substrate/calc", "build": "tsc", "build:calc": "bash ./calc/build.sh", "build:docker": "docker build -t substrate-api-sidecar .", "main": "node ./build/src/main.js", "lint": "tsc && eslint . --ext ts", "start": "yarn run build && yarn run main", "dev": "tsc-watch --onSuccess \"yarn run main\"", "test": "jest" }, "author": "", "license": "GPL-3.0-or-later", "dependencies": { "@polkadot/api": "^1.31.1", "@polkadot/util-crypto": "^3.4.1", "@substrate/calc": "file:./calc/pkg", "body-parser": "^1.19.0", "confmgr": "^1.0.6", "express": "^4.17.1", "http-errors": "^1.8.0", "morgan": "^1.10.0" }, "devDependencies": { "@types/body-parser": "^1.19.0", "@types/express": "^4.17.7", "@types/express-serve-static-core": "^4.17.8", "@types/http-errors": "^1.6.3", "@types/jest": "^26.0.10", "@types/morgan": "^1.9.1", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^4.0.0", "eslint": "^7.7.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-simple-import-sort": "^5.0.3", "jest": "^26.4.2", "prettier": "^2.1.1", "ts-jest": "^26.3.0", "tsc-watch": "^4.2.9", "typescript": "^4.0.2" } }