forked from tornado-packages/archive-monorepo
29 lines
810 B
JSON
29 lines
810 B
JSON
{
|
|
"name": "@tornado/web3-providers-http",
|
|
"version": "1.6.5-p1",
|
|
"description": "Module to handle web3 RPC connections over HTTP.",
|
|
"homepage": "https://git.tornado.ws/tornado-packages/archive-monorepo/src/branch/main/@tornado/web3-providers-http",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
|
|
},
|
|
"license": "LGPL-3.0",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc -b tsconfig.json",
|
|
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@tornado/xhr2-cookies": "workspace:*",
|
|
"web3-core-helpers": "1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"dtslint": "^3.4.1",
|
|
"typescript": "^3.9.5"
|
|
}
|
|
}
|