orbs-network / ton-access

Unthrottled anonymous RPC access to TON blockchain via a robust decentralized network
MIT License
71 stars 4 forks source link

Fix dependencies in package.json #1

Closed talkol closed 1 year ago

talkol commented 2 years ago

Currently:

"dependencies": {
    "@types/isomorphic-fetch": "^0.0.36",
    "esbuild": "^0.15.5",
    "isomorphic-fetch": "^3.0.0",
    "rimraf": "^3.0.2"
  }

I think all of these except isomorphic-fetch should be devDependencies and not prod dependencies. Please confirm with Zlotin