UNPKG

@forta/network

Version:

🌤️ A goodie to get chains common metadata.

46 lines (45 loc) 915 B
{ "name": "@forta/network", "version": "0.0.3", "license": "MIT", "author": { "name": "Denny Portillo" }, "keywords": [ "forta", "metamask", "chain", "wallet", "crypto", "web3" ], "description": "🌤️ A goodie to get chains common metadata.", "bugs": { "url": "https://github.com/D3Portillo/forta/issues" }, "homepage": "https://forta.vercel.app/network", "repository": "D3Portillo/forta", "files": [ "dist" ], "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js" } }, "types": "./dist/index.d.ts", "scripts": { "start": "vite playground", "build": "vite build", "test": "jest", "roll": "./roll.sh" }, "devDependencies": { "forta-jest": "*", "typescript": "^4.5.4", "vite": "^2.9.9" } }