Newer
Older
"preinstall": "yarn build:calc",
"postinstall": "yarn upgrade @substrate/calc",
"build:calc": "bash ./calc/build.sh",
"build:docker": "docker build -t substrate-api-sidecar .",
"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.30.1",
"@polkadot/util-crypto": "^3.3.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",