mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-02 13:35:10 +01:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@trezor/env-utils",
|
|
"version": "10.0.0-alpha.1",
|
|
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/env-utils",
|
|
"npmPublishAccess": "public",
|
|
"license": "See LICENSE.md in repo root",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/trezor/trezor-suite.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/trezor/trezor-suite/issues"
|
|
},
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "lib/index.js"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"CHANGELOG.md"
|
|
],
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build",
|
|
"test:unit": "yarn g:jest",
|
|
"test-unit:watch": "yarn g:jest -o --watch",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"expo-constants": "*",
|
|
"expo-localization": "*",
|
|
"react-native": "*",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"expo-constants": {
|
|
"optional": true
|
|
},
|
|
"expo-localization": {
|
|
"optional": true
|
|
},
|
|
"react-native": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.21.0"
|
|
}
|
|
}
|