UNPKG

@depay/web3-blockchains

Version:

JavaScript library containing aggregated information and abstractions for web3 blockchains.

59 lines (58 loc) 1.8 kB
{ "name": "@depay/web3-blockchains", "moduleName": "Web3Blockchains", "version": "9.8.1", "description": "JavaScript library containing aggregated information and abstractions for web3 blockchains.", "main": "dist/umd/index.js", "module": "dist/esm/index.js", "source": "src/index.js", "files": [ "dist" ], "scripts": { "build": "rm -rf dist && rollup -c rollup.module.config.js", "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", "lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix", "dev": "rollup -c rollup.dev.config.js -w", "test:units": "yarn build && npx jest tests/units --no-cache", "test": "yarn test:units", "test:rpcs": "npx jest --no-cache tests/rpc.availability.spec.js" }, "repository": "git@github.com:DePayFi/web3-blockchains.git", "keywords": [ "web3", "blockchains" ], "author": "depay.com", "license": "MIT", "bugs": { "url": "https://github.com/DePayFi/web3-blockchains/issues" }, "homepage": "https://depay.com", "private": false, "dependencies": {}, "peerDependencies": {}, "engines": { "node": ">=18" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/preset-env": "^7.12.7", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.4.2", "@rollup/plugin-sucrase": "^3.1.0", "babel-loader": "^8.2.2", "babel-preset-env": "^1.7.0", "cross-fetch": "^4.0.0", "eslint": "^7.15.0", "eslint-plugin-import": "^2.22.1", "eslint-webpack-plugin": "^3.0.1", "jest-environment-jsdom": "^28.0.2", "regenerator-runtime": "^0.13.7", "rollup": "^2.34.2", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-serve": "^1.1.0" } }