@vechain/connex
Version:
Standard interface to connect DApp with VeChain and user
59 lines (58 loc) • 1.65 kB
JSON
{
"name": "@vechain/connex",
"version": "2.3.2",
"description": "Standard interface to connect DApp with VeChain and user",
"main": "dist/connex.js",
"module": "dist/connex.esm.js",
"unpkg": "dist/connex.min.js",
"jsdelivr": "dist/connex.min.js",
"types": "esm/index.d.ts",
"files": [
"dist",
"esm"
],
"scripts": {
"build": "rm -rf dist/ esm/ && tsc -p . && rollup -c rollup.config.mjs",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vechain/connex.git"
},
"keywords": [
"connex",
"vechain",
"dapp",
"blockchain"
],
"author": "qianbin",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/vechain/connex/issues"
},
"homepage": "https://github.com/vechain/connex/tree/master/packages/connex/#readme",
"devDependencies": {
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@types/randombytes": "^2.0.0",
"@vechain/connex-wallet-buddy": "^0.1.0",
"buffer": "^5.6.1",
"crypto-browserify": "^3.12.0",
"rollup": "^4.59.0",
"stream-browserify": "^3.0.0",
"url": "^0.11.0"
},
"dependencies": {
"@vechain/connex-driver": "^2.3.2",
"@vechain/connex-framework": "^2.3.2",
"@vechain/connex-types": "^2.2.1",
"randombytes": "^2.1.0",
"thor-devkit": "^2.2.0"
},
"gitHead": "9a0e2337c90a716a1f3ab5db0dd8c65c471b5e6c"
}