pweb3
Version:
Pchain JavaScript API
62 lines (61 loc) • 1.78 kB
JSON
{
"name": "pweb3",
"namespace": "pchain",
"version": "1.0.0-beta.62",
"description": "Pchain JavaScript API",
"repository": "https://github.com/pchain-org/pweb3/tree/pweb3-1.x/packages/pweb3",
"license": "LGPL-3.0",
"main": "dist/pweb3.cjs.js",
"module": "dist/pweb3.esm.js",
"browser": "dist/pweb3.umd.js",
"bugs": {
"url": "https://github.com/pchain-org/pweb3/issues"
},
"keywords": [
"Pchain",
"JavaScript",
"API"
],
"author": "pchain.org",
"authors": [
{
"name": "pchain",
"email": "pchain@pchain.org",
"homepage": "https://github.com/pchain-org"
}
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"dtslint": "dtslint types --onlyTestTsNext",
"postinstall": "node angular-patch.js"
},
"types": "types/index.d.ts",
"dependencies": {
"crypto-js": "^3.1.9-1",
"@babel/runtime": "^7.3.1",
"@types/node": "^10.12.18",
"pweb3-eth": "1.0.0-beta.60",
"pweb3-eth-personal": "1.0.0-beta.60",
"pweb3-shh": "1.0.0-beta.60",
"pweb3-net": "1.0.0-beta.60",
"pweb3-core": "1.0.0-beta.60",
"pweb3-providers": "1.0.0-beta.60",
"pweb3-tdm": "1.0.0-beta.60",
"pweb3-chain": "1.0.0-beta.61",
"pweb3-del": "1.0.0-beta.60",
"pweb3-pi": "1.0.0-beta.60",
"pweb3-utils": "1.0.0-beta.60"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2"
},
"files": [
"dist",
"types/index.d.ts",
"angular-patch.js"
],
"gitHead": "37347fd46344f45d1c57104920bdda0779f0d51c"
}