@valora/viem-account-hsm-gcp
Version:
[](https://github.com/valora-inc/viem-account-hsm-gcp/blob/main/LICENSE) [](htt
85 lines (84 loc) • 2.31 kB
JSON
{
"name": "@valora/viem-account-hsm-gcp",
"version": "1.2.11",
"main": "dist/gcpHsmToAccount.js",
"typings": "dist/gcpHsmToAccount.d.ts",
"repository": "https://github.com/valora-inc/viem-account-hsm-gcp",
"author": "Valora Inc",
"license": "Apache-2.0",
"engines": {
"node": ">=20"
},
"files": [
"dist"
],
"keywords": [
"viem",
"hsm",
"evm",
"blockchain",
"signing",
"cloud",
"google cloud",
"google kms"
],
"scripts": {
"build": "tsc",
"build:scripts": "tsc --project scripts/tsconfig.json",
"typecheck": "yarn build && yarn build:scripts",
"lint": "eslint --ext=.tsx,.ts,.json src/ scripts/",
"lint:fix": "yarn lint --fix",
"format": "prettier --log-level error --write .",
"format:check": "prettier --check .",
"test": "jest --selectProjects unit",
"test:watch": "yarn test --watch",
"test:ci": "yarn jest --ci --coverage",
"test:e2e": "jest --selectProjects e2e",
"supercheck": "yarn format && yarn lint:fix && yarn typecheck && yarn knip && yarn test",
"send": "ts-node ./scripts/send.ts",
"knip": "knip",
"release": "semantic-release"
},
"peerDependencies": {
"viem": "^2.9.20"
},
"dependencies": {
"@google-cloud/kms": "^5.1.0",
"@noble/curves": "^1.9.4",
"asn1js": "^3.0.6"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/shelljs": "^0.8.17",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@valora/eslint-config-typescript": "^1.1.29",
"@valora/prettier-config": "^0.0.1",
"conventional-changelog-conventionalcommits": "^9.0.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^4.1.0",
"jest": "^29.7.0",
"knip": "^5.61.3",
"prettier": "^3.6.2",
"semantic-release": "^24.2.6",
"shelljs": "^0.10.0",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"viem": "^2.31.6"
},
"prettier": "@valora/prettier-config",
"release": {
"branches": [
"main"
],
"preset": "conventionalcommits"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}