mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
Until now we were explicitly not including source map files in the NPM releases. Now we will include them. https://github.com/trezor/trezor-suite/issues/23779
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "@trezor/env-utils",
|
|
"version": "1.5.0",
|
|
"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",
|
|
"prepublish": "yarn tsx ../../scripts/publish/prepublish.js"
|
|
},
|
|
"dependencies": {
|
|
"ua-parser-js": "^2.0.4"
|
|
},
|
|
"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.20.3"
|
|
}
|
|
}
|