quiamet
Version:
The web3 inject of bearby walet to access massa blockchain
57 lines (56 loc) • 1.23 kB
JSON
{
"name": "quiamet",
"version": "1.1.0",
"description": " The web3 inject of bearby walet to access massa blockchain ",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/DestinyGoldner/quiamet.git"
},
"author": "GuadalupeJohnston",
"license": "MIT",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"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": [
"voluptatibus",
"accusantium",
"bearby",
"in",
"reiciendis",
"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"
},
"homepage": "https://github.com/DestinyGoldner/quiamet.git"
}