@metamask/etherscan-link
Version:
A library for generating etherscan links.
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "@metamask/etherscan-link",
"version": "3.0.0",
"description": "A library for generating etherscan links.",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"dist/"
],
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "rm -rf dist/* && tsc",
"lint": "eslint --ext js,ts .",
"test": "yarn build && mocha test",
"prepublishOnly": "yarn test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/MetaMask/etherscan-link.git"
},
"keywords": [
"ethereum",
"etherscan",
"link"
],
"author": "Dan Finlay <dan@danfinlay.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MetaMask/etherscan-link/issues"
},
"homepage": "https://github.com/MetaMask/etherscan-link#readme",
"devDependencies": {
"@metamask/eslint-config": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^7.1.1",
"typescript": "^4.0.5"
}
}