You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.0 KiB
70 lines
2.0 KiB
{
|
|
"name": "web3",
|
|
"version": "1.10.0",
|
|
"description": "Ethereum JavaScript API",
|
|
"repository": "https://github.com/ethereum/web3.js",
|
|
"license": "LGPL-3.0",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"browser": "dist/web3.min.js",
|
|
"bugs": {
|
|
"url": "https://github.com/ethereum/web3.js/issues"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"JavaScript",
|
|
"API"
|
|
],
|
|
"author": "ethereum.org",
|
|
"types": "types/index.d.ts",
|
|
"scripts": {
|
|
"compile": "tsc -b tsconfig.json",
|
|
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
|
|
"postinstall": "echo \"Web3.js 4.x alpha has been released for early testing and feedback. Checkout doc at https://docs.web3js.org/ \""
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Fabian Vogelsteller",
|
|
"email": "fabian@ethereum.org",
|
|
"homepage": "http://frozeman.de"
|
|
},
|
|
{
|
|
"name": "Marek Kotewicz",
|
|
"email": "marek@parity.io",
|
|
"url": "https://github.com/debris"
|
|
},
|
|
{
|
|
"name": "Marian Oancea",
|
|
"url": "https://github.com/cubedro"
|
|
},
|
|
{
|
|
"name": "Gav Wood",
|
|
"email": "g@parity.io",
|
|
"homepage": "http://gavwood.com"
|
|
},
|
|
{
|
|
"name": "Jeffery Wilcke",
|
|
"email": "jeffrey.wilcke@ethereum.org",
|
|
"url": "https://github.com/obscuren"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"web3-bzz": "1.10.0",
|
|
"web3-core": "1.10.0",
|
|
"web3-eth": "1.10.0",
|
|
"web3-eth-personal": "1.10.0",
|
|
"web3-net": "1.10.0",
|
|
"web3-shh": "1.10.0",
|
|
"web3-utils": "1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.6",
|
|
"dtslint": "^3.4.1",
|
|
"typescript": "4.1",
|
|
"web3-core-helpers": "1.10.0"
|
|
},
|
|
"gitHead": "f3846d1c78c4be3db4062ecf96d010d4c812314d"
|
|
}
|