UNPKG

@hicaru/bearby.js

Version:

The web3 inject of bearby walet to access massa blockchain

58 lines (57 loc) 1.25 kB
{ "name": "@hicaru/bearby.js", "version": "0.6.1", "description": " The web3 inject of bearby walet to access massa blockchain ", "main": "index.js", "repository": "git@github.com:bearby-wallet/bearby-web3.git", "author": "Rinat <lich666black@gmail.com>", "license": "MIT", "types": "dist/index.d.ts", "module": "dist/index.js", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "serve": "http-server ./" }, "files": [ "dist/*", "config/*", "packages/*", "types/*", "index.js", "index.ts" ], "type": "module", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "browser": { "crypto": false }, "keywords": [ "massa", "web3", "bearby", "blockchain", "bitcoin", "bytes", "cryptography" ], "devDependencies": { "@rollup/plugin-commonjs": "^23.0.3", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "^10.0.1", "http-server": "^14.1.1", "rollup": "^3.5.1", "tslib": "^2.4.1", "typescript": "^4.9.3" } }