mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@trezor/connect-common",
|
|
"version": "0.4.3",
|
|
"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": "./src/index.ts",
|
|
"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/replace-imports.sh ./lib",
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
|
|
"prepublish": "yarn tsx ../../scripts/prepublish.js",
|
|
"validate-releases.json": "./scripts/check-all-firmware-revisions.sh",
|
|
"depcheck": "yarn g:depcheck"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|