Update links to git and homepages
This commit is contained in:
parent
db1d4f9b6f
commit
c6fea739bc
7 changed files with 84 additions and 3572 deletions
|
@ -1,27 +1,28 @@
|
|||
{
|
||||
"name": "@tornado/web3-providers-http",
|
||||
"version": "1.6.5-p1",
|
||||
"description": "Module to handle web3 RPC connections over HTTP.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://development.tornadocash.community/T-Hax/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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue