Newer
Older
"postinstall": "yarn upgrade @polkadot/calc-fee",
"build:docker": "VERSION=`cat package.json | jq -r .version`; docker build -t substrate-api-sidecar:$VERSION .",
"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/metadata": "^1.24.1",
"@polkadot/rpc-provider": "^1.24.1",
"@polkadot/types": "^1.24.1",
"@polkadot/util-crypto": "^2.17.1",
"http-errors": "^1.8.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.4",
"@types/morgan": "^1.9.1",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",