|
1 | 1 | { |
2 | | - "name": "ethereum-block-by-date", |
3 | | - "version": "1.4.5", |
4 | | - "description": "Get Ethereum block number by a given date. Or blocks by a given period duration.", |
5 | | - "keywords": [ |
6 | | - "ethereum", |
7 | | - "blockchain", |
8 | | - "web3", |
9 | | - "eth", |
10 | | - "dapp", |
11 | | - "utilties" |
12 | | - ], |
13 | | - "homepage": "https://github.com/monosux/ethereum-block-by-date", |
14 | | - "repository": { |
15 | | - "type": "git", |
16 | | - "url": "https://github.com/monosux/ethereum-block-by-date.git" |
17 | | - }, |
18 | | - "bugs": { |
19 | | - "url": "https://github.com/monosux/ethereum-block-by-date/issues" |
20 | | - }, |
21 | | - "author": "Sergey Alexeev <alexeev.sergey.a@gmail.com>", |
22 | | - "license": "MIT", |
23 | | - "main": "./lib/ethereum-block-by-date.js", |
24 | | - "dependencies": { |
25 | | - "moment": "^2.29.2" |
26 | | - }, |
27 | | - "scripts": { |
28 | | - "build": "rimraf lib && babel src -d lib", |
29 | | - "test": "npm run build && mocha && npm run lint", |
30 | | - "lint": "eslint src", |
31 | | - "prettier": "prettier src --write", |
32 | | - "style": "yarn lint && yarn prettier" |
33 | | - }, |
34 | | - "devDependencies": { |
35 | | - "@babel/cli": "^7.17.6", |
36 | | - "@babel/core": "^7.17.8", |
37 | | - "@babel/preset-env": "^7.16.11", |
38 | | - "chai": "^4.3.6", |
39 | | - "dotenv": "^16.0.0", |
40 | | - "eslint": "^8.12.0", |
41 | | - "ethers": "^5.6.2", |
42 | | - "mocha": "^9.2.2", |
43 | | - "prettier": "^2.6.2", |
44 | | - "rimraf": "^3.0.2", |
45 | | - "web3": "^1.7.1" |
46 | | - }, |
47 | | - "browserslist": [ |
48 | | - "last 2 chrome versions", |
49 | | - "maintained node versions" |
50 | | - ] |
| 2 | + "name": "ethereum-block-by-date", |
| 3 | + "version": "1.4.5", |
| 4 | + "description": "Get Ethereum block number by a given date. Or blocks by a given period duration.", |
| 5 | + "keywords": [ |
| 6 | + "ethereum", |
| 7 | + "blockchain", |
| 8 | + "web3", |
| 9 | + "eth", |
| 10 | + "dapp", |
| 11 | + "utilties" |
| 12 | + ], |
| 13 | + "homepage": "https://github.com/monosux/ethereum-block-by-date", |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "https://github.com/monosux/ethereum-block-by-date.git" |
| 17 | + }, |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/monosux/ethereum-block-by-date/issues" |
| 20 | + }, |
| 21 | + "author": "Sergey Alexeev <alexeev.sergey.a@gmail.com>", |
| 22 | + "license": "MIT", |
| 23 | + "main": "./lib/ethereum-block-by-date.js", |
| 24 | + "dependencies": { |
| 25 | + "moment": "^2.29.2" |
| 26 | + }, |
| 27 | + "scripts": { |
| 28 | + "build": "rimraf lib && babel src -d lib", |
| 29 | + "test": "npm run build && mocha && npm run lint", |
| 30 | + "lint": "eslint src", |
| 31 | + "prettier": "prettier src --write", |
| 32 | + "style": "yarn lint && yarn prettier" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@babel/cli": "^7.17.6", |
| 36 | + "@babel/core": "^7.17.8", |
| 37 | + "@babel/preset-env": "^7.16.11", |
| 38 | + "chai": "^4.3.6", |
| 39 | + "dotenv": "^16.0.0", |
| 40 | + "eslint": "^8.12.0", |
| 41 | + "ethers": "^5.6.2", |
| 42 | + "mocha": "^9.2.2", |
| 43 | + "prettier": "^2.6.2", |
| 44 | + "rimraf": "^3.0.2", |
| 45 | + "web3": "^1.7.1" |
| 46 | + }, |
| 47 | + "browserslist": [ |
| 48 | + "last 2 chrome versions", |
| 49 | + "maintained node versions" |
| 50 | + ] |
51 | 51 | } |
0 commit comments