Skip to content
package.json 1000 B
Newer Older
Maciej Hirsz's avatar
Maciej Hirsz committed
{
  "name": "polkadot-rpc-proxy",
  "version": "0.9.0",
Maciej Hirsz's avatar
Maciej Hirsz committed
  "description": "",
  "main": "index.js",
  "scripts": {
    "preinstall": "wasm-pack build --target nodejs --scope polkadot calc-fee",
    "postinstall": "yarn upgrade @polkadot/calc-fee",
Maciej Hirsz's avatar
Maciej Hirsz committed
    "build": "tsc",
Zeke Mostov's avatar
Zeke Mostov committed
    "lint": "tsc && eslint . --ext ts",
    "start": "yarn run build && node ./build/main.js",
    "dev": "tsc-watch --onSuccess \"node ./build/main.js\"",
Maciej Hirsz's avatar
Maciej Hirsz committed
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "GPL-3.0-or-later",
  "dependencies": {
joe petrowski's avatar
joe petrowski committed
Maciej Hirsz's avatar
Maciej Hirsz committed
Maciej Hirsz's avatar
Maciej Hirsz committed
  }
}