|
1 | 1 | {
|
2 |
| - "name": "ethereumjs-block", |
| 2 | + "name": "@ethereumjs/block", |
3 | 3 | "version": "2.2.0",
|
4 | 4 | "description": "Provides Block serialization and help functions",
|
5 | 5 | "main": "dist/index.js",
|
|
31 | 31 | },
|
32 | 32 | "repository": {
|
33 | 33 | "type": "git",
|
34 |
| - "url": "git+https://github.com/ethereumjs/ethereumjs-block.git" |
| 34 | + "url": "git+https://github.com/ethereumjs/ethereumjs-vm.git" |
35 | 35 | },
|
36 | 36 | "keywords": [
|
37 | 37 | "ethereum",
|
|
40 | 40 | "author": "mjbecze (mb@ethdev.com)",
|
41 | 41 | "license": "MPL-2.0",
|
42 | 42 | "bugs": {
|
43 |
| - "url": "https://github.com/ethereumjs/ethereumjs-block/issues" |
| 43 | + "url": "https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A\"package%3A+block\"" |
44 | 44 | },
|
45 |
| - "homepage": "https://github.com/ethereumjs/ethereumjs-block#readme", |
| 45 | + "homepage": "https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/block#synopsis", |
46 | 46 | "dependencies": {
|
| 47 | + "@ethereumjs/common": "^1.5.0", |
| 48 | + "@ethereumjs/tx": "^2.1.1", |
| 49 | + "@ethereumjs/util": "^6.1.0", |
47 | 50 | "@types/bn.js": "^4.11.5",
|
48 |
| - "ethereumjs-common": "^1.5.0", |
49 |
| - "ethereumjs-tx": "^2.1.1", |
50 |
| - "ethereumjs-util": "^6.1.0", |
51 | 51 | "merkle-patricia-tree": "^2.1.2"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
| 54 | + "@ethereumjs/blockchain": "^4.0.3", |
54 | 55 | "@ethereumjs/config-nyc": "^1.1.1",
|
55 | 56 | "@ethereumjs/config-prettier": "^1.1.1",
|
56 | 57 | "@ethereumjs/config-tsc": "^1.1.1",
|
|
59 | 60 | "@types/node": "^11.13.4",
|
60 | 61 | "@types/tape": "^4.2.33",
|
61 | 62 | "browserify": "^16.2.3",
|
62 |
| - "ethereumjs-blockchain": "^4.0.3", |
63 | 63 | "husky": "^2.1.0",
|
64 | 64 | "istanbul": "^0.4.1",
|
65 | 65 | "karma": "^4.1.0",
|
|
0 commit comments