eth-forks
Version:
A tiny NPM package to get the details of Ethereum forks
37 lines (36 loc) • 800 B
JSON
{
"name": "eth-forks",
"version": "1.2.1",
"description": "A tiny NPM package to get the details of Ethereum forks",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest --config jestconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aniket-Engg/eth-forks.git"
},
"keywords": [
"Ethereum",
"Fork",
"EVM",
"Eth"
],
"author": "Aniket-Engg",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aniket-Engg/eth-forks/issues"
},
"homepage": "https://github.com/Aniket-Engg/eth-forks#readme",
"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^27.0.5",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
}
}