@allaccessone/fetch-node-details
Version:
Fetches the node details from allaccessone nodelist smart contract
87 lines (86 loc) • 2.41 kB
JSON
{
"name": "@allaccessone/fetch-node-details",
"version": "4.0.7",
"description": "Fetches the node details from allaccessone nodelist smart contract",
"main": "dist/fetchNodeDetails.cjs.js",
"module": "dist/fetchNodeDetails.esm.js",
"unpkg": "dist/fetchNodeDetails.umd.min.js",
"jsdelivr": "dist/fetchNodeDetails.umd.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"dev": "rimraf dist/ && cross-env NODE_ENV=development torus-scripts build",
"build": "rimraf dist/ && cross-env NODE_ENV=production torus-scripts build",
"prepack": "npm run build",
"test": "mocha",
"lint:ts": "eslint --fix 'src/**/*.ts'",
"prepare": "husky install"
},
"peerDependencies": {
"@babel/runtime": "7.x"
},
"dependencies": {
"web3-eth-contract": "^1.6.1",
"web3-utils": "^1.6.1"
},
"devDependencies": {
"@babel/register": "^7.16.0",
"@rollup/plugin-replace": "^3.0.0",
"@toruslabs/eslint-config-typescript": "^0.1.0",
"@toruslabs/torus-scripts": "^0.1.1",
"@types/mocha": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"mocha": "^9.1.3",
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"lint-staged": {
"!(*d).{js,ts}": [
"eslint --cache --fix",
"prettier --write"
],
"*.{json, md}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/AllAccessOne/fetch-node-details"
},
"keywords": [
"torus",
"nodes",
"torus-embed",
"torus-website",
"fetch-node-details",
"toruslabs"
],
"author": "Chaitanya Potti",
"license": "MIT",
"bugs": {
"url": "https://github.com/AllAccessOne/fetch-node-details/issues"
},
"homepage": "https://github.com/AllAccessOne/fetch-node-details#readme",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.x"
}
}