@coreproject/networks
Version:
Core base for Blockchain Network
78 lines (77 loc) • 2.57 kB
JSON
{
"name": "@coreproject/networks",
"version": "1.0.4",
"description": "Core base for Blockchain Network",
"author": "@minhdocs",
"main": "lib/index.commonjs.js",
"module": "lib/index.esm.js",
"browser": "lib/index.iife.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"repository": {
"directory": "packages/networks",
"type": "git",
"url": "git+https://github.com/docongminh/base-core-wallet.git"
},
"keywords": [
"multi-network",
"blockchain-network",
"dynamic-network"
],
"bugs": {
"url": "https://github.com/docongminh/base-core-wallet/issues"
},
"homepage": "https://github.com/docongminh/base-core-wallet/tree/master/packages/console/#readme",
"files": [
"lib"
],
"scripts": {
"build": "npm run build:rollup && npm run typegen",
"build:rollup": "rollup -c rollup.config.js",
"typegen": "bash ./typegen.sh",
"publish:network": "npm publish --access public",
"dev:test": "ts-node --project tsconfig.test.json src/index.ts"
},
"devDependencies": {
"bip39": "^3.0.4",
"ed25519-hd-key": "^1.2.0"
},
"license": "MIT",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@coreproject/wallets": "^1.0.4",
"@metaplex-foundation/mpl-token-metadata": "^1.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@solana/buffer-layout": "^4.0.0",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.33.0",
"@types/bip39": "^3.0.0",
"axios": "^0.25.0",
"buffer-layout": "^1.2.2",
"ethers": "^5.5.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-unused": "^0.1.1",
"web3": "^1.7.0"
},
"engines": {
"node": ">=12.20.0"
}
}