UNPKG

@trezor/connect-common

Version:

Collection of assets and utils used by trezor-connect library.

58 lines 1.69 kB
{ "name": "@trezor/connect-common", "version": "0.5.0", "author": "Trezor <info@trezor.io>", "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-common", "keywords": [ "Trezor", "trezor-connect" ], "repository": { "type": "git", "url": "git://github.com/trezor/trezor-suite.git" }, "bugs": { "url": "https://github.com/trezor/trezor-suite/issues" }, "npmPublishAccess": "public", "license": "SEE LICENSE IN LICENSE.md", "description": "Collection of assets and utils used by trezor-connect library.", "main": "lib/index.js", "files": [ "lib/", "files/**/*.json", "files/**/*.txt", "CHANGELOG.md", "!**/*.map" ], "publishConfig": { "main": "lib/index.js", "types": "lib/index.d.ts", "typings": "lib/index.d.ts" }, "scripts": { "test:unit": "yarn g:jest", "build:lib": "yarn g:rimraf lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/publish/replace-imports.sh ./lib cjs", "type-check": "yarn g:tsc --build tsconfig.json", "prepublishOnly": "yarn tsx ../../scripts/publish/prepublishNPM.js", "prepublish": "yarn tsx ../../scripts/publish/prepublish.js", "validate-releases.json": "./scripts/check-all-firmware-revisions.sh", "depcheck": "yarn g:depcheck" }, "dependencies": { "@trezor/env-utils": "1.5.0", "@trezor/type-utils": "1.2.0", "@trezor/utils": "9.5.0" }, "peerDependencies": { "tslib": "^2.6.2" }, "devDependencies": { "@types/chrome": "^0.0.299", "@types/jest": "29.5.12", "@types/node": "22.13.10", "tsx": "^4.20.3" }, "typings": "lib/index.d.ts", "types": "lib/index.d.ts" }