|
| 1 | +{ |
| 2 | + "name": "@metamask/eth-cash-account-keyring", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A cash account keyring that extends the HD keyring with a different keyring type and derivation path.", |
| 5 | + "keywords": [ |
| 6 | + "ethereum", |
| 7 | + "keyring" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/MetaMask/accounts#readme", |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/MetaMask/accounts/issues" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/MetaMask/accounts.git" |
| 16 | + }, |
| 17 | + "license": "ISC", |
| 18 | + "exports": { |
| 19 | + ".": { |
| 20 | + "import": { |
| 21 | + "types": "./dist/index.d.mts", |
| 22 | + "default": "./dist/index.mjs" |
| 23 | + }, |
| 24 | + "require": { |
| 25 | + "types": "./dist/index.d.cts", |
| 26 | + "default": "./dist/index.cjs" |
| 27 | + } |
| 28 | + } |
| 29 | + }, |
| 30 | + "main": "./dist/index.cjs", |
| 31 | + "types": "./dist/index.d.cts", |
| 32 | + "files": [ |
| 33 | + "dist/" |
| 34 | + ], |
| 35 | + "scripts": { |
| 36 | + "build": "ts-bridge --project tsconfig.build.json --no-references", |
| 37 | + "build:clean": "yarn build --clean", |
| 38 | + "build:docs": "typedoc", |
| 39 | + "changelog:update": "../../scripts/update-changelog.sh @metamask/eth-cash-account-keyring", |
| 40 | + "changelog:validate": "../../scripts/validate-changelog.sh @metamask/eth-cash-account-keyring", |
| 41 | + "publish:preview": "yarn npm publish --tag preview", |
| 42 | + "test": "jest", |
| 43 | + "test:clean": "jest --clearCache" |
| 44 | + }, |
| 45 | + "dependencies": { |
| 46 | + "@metamask/eth-hd-keyring": "workspace:^" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@lavamoat/allow-scripts": "^3.2.1", |
| 50 | + "@lavamoat/preinstall-always-fail": "^2.1.0", |
| 51 | + "@metamask/auto-changelog": "^3.4.4", |
| 52 | + "@metamask/eth-sig-util": "^8.2.0", |
| 53 | + "@metamask/utils": "^11.1.0", |
| 54 | + "@ts-bridge/cli": "^0.6.3", |
| 55 | + "@types/jest": "^29.5.12", |
| 56 | + "deepmerge": "^4.2.2", |
| 57 | + "jest": "^29.5.0" |
| 58 | + }, |
| 59 | + "engines": { |
| 60 | + "node": "^18.18 || >=20" |
| 61 | + }, |
| 62 | + "publishConfig": { |
| 63 | + "access": "public", |
| 64 | + "registry": "https://registry.npmjs.org/" |
| 65 | + }, |
| 66 | + "lavamoat": { |
| 67 | + "allowScripts": { |
| 68 | + "@lavamoat/preinstall-always-fail": false |
| 69 | + } |
| 70 | + } |
| 71 | +} |
0 commit comments