{ "name": "polkadot-rpc-proxy", "version": "0.8.0-rc1", "description": "", "main": "index.js", "scripts": { "preinstall": "wasm-pack build --target nodejs --scope polkadot calc-fee", "postinstall": "yarn upgrade @polkadot/calc-fee", "build": "tsc", "lint": "tsc && eslint . --ext ts", "start": "yarn run build && node ./build/main.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "GPL-3.0-or-later", "dependencies": { "@amaurymartiny/config": "^1.3.0", "@polkadot/api": "^1.19.0-beta.3", "@polkadot/calc-fee": "file:./calc-fee/pkg", "@polkadot/metadata": "^1.19.0-beta.3", "@polkadot/rpc-provider": "^1.19.0-beta.3", "@polkadot/types": "^1.19.0-beta.3", "@types/body-parser": "^1.19.0", "@types/express": "^4.17.2", "body-parser": "^1.19.0", "express": "^4.17.1", "typescript": "^3.9.5" } }