mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
32 lines
902 B
JSON
32 lines
902 B
JSON
{
|
|
"name": "@trezor/connect-mobile",
|
|
"version": "10.0.0-alpha.1",
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "lib/index.js"
|
|
},
|
|
"npmPublishAccess": "public",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build",
|
|
"build:lib": "yarn g:rimraf ./lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/publish/replace-imports.sh ./lib cjs",
|
|
"prepublishOnly": "yarn tsx ../../scripts/publish/prepublishNPM.js"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.21.0"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/connect": "workspace:^",
|
|
"@trezor/connect-common": "workspace:^",
|
|
"@trezor/utils": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": "^2.6.2"
|
|
}
|
|
}
|