|
2 | 2 | "name": "@metamask/eth-json-rpc-provider", |
3 | 3 | "version": "2.1.0", |
4 | 4 | "description": "Create an Ethereum provider using a JSON-RPC engine or middleware", |
| 5 | + "keywords": [ |
| 6 | + "MetaMask", |
| 7 | + "Ethereum" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/MetaMask/core/tree/main/packages/eth-json-rpc-provider#readme", |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/MetaMask/core/issues" |
| 12 | + }, |
5 | 13 | "repository": { |
6 | 14 | "type": "git", |
7 | | - "url": "https://github.com/MetaMask/eth-json-rpc-provider.git" |
| 15 | + "url": "https://github.com/MetaMask/core.git" |
8 | 16 | }, |
9 | | - "main": "dist/index.js", |
10 | | - "types": "dist/index.d.ts", |
| 17 | + "license": "MIT", |
| 18 | + "main": "./dist/index.js", |
| 19 | + "types": "./dist/index.d.ts", |
11 | 20 | "files": [ |
12 | 21 | "dist/" |
13 | 22 | ], |
14 | 23 | "scripts": { |
15 | 24 | "build": "tsc --project tsconfig.build.json", |
16 | 25 | "build:clean": "rimraf dist && yarn build", |
17 | 26 | "build:docs": "typedoc", |
| 27 | + "changelog:validate": "../../scripts/validate-changelog.sh @metamask/eth-json-rpc-provider", |
18 | 28 | "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies", |
19 | 29 | "lint:dependencies": "depcheck", |
20 | 30 | "lint:eslint": "eslint . --cache --ext js,ts", |
21 | 31 | "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies", |
22 | 32 | "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern", |
23 | 33 | "prepack": "./scripts/prepack.sh", |
24 | | - "test": "jest && jest-it-up", |
| 34 | + "publish:preview": "yarn npm publish --tag preview", |
| 35 | + "test": "jest", |
25 | 36 | "test:watch": "jest --watch" |
26 | 37 | }, |
27 | 38 | "dependencies": { |
|
40 | 51 | "@types/node": "^16.18.24", |
41 | 52 | "@typescript-eslint/eslint-plugin": "^5.30.7", |
42 | 53 | "@typescript-eslint/parser": "^5.30.7", |
43 | | - "deepmerge": "^4.3.1", |
| 54 | + "deepmerge": "^4.2.2", |
44 | 55 | "depcheck": "^1.4.3", |
45 | 56 | "eslint": "^8.44.0", |
46 | 57 | "eslint-config-prettier": "^8.5.0", |
|
63 | 74 | }, |
64 | 75 | "packageManager": "[email protected]", |
65 | 76 | "engines": { |
66 | | - "node": "^16.20 || ^18.16 || >=20" |
| 77 | + "node": ">=16.0.0" |
67 | 78 | }, |
68 | 79 | "publishConfig": { |
69 | 80 | "access": "public", |
|
0 commit comments