@trezor/crypto-utils
Version:
Collection of crypto utilities
43 lines • 1.18 kB
JSON
{
"name": "@trezor/crypto-utils",
"version": "1.2.0",
"author": "Trezor <info@trezor.io>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/crypto-utils",
"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 crypto utilities",
"sideEffects": false,
"main": "lib/index.js",
"files": [
"lib/",
"CHANGELOG.md",
"!**/*.map"
],
"publishConfig": {
"main": "lib/index.js"
},
"scripts": {
"build:lib": "yarn g:rimraf lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/publish/replace-imports.sh ./lib cjs",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build",
"prepublishOnly": "yarn tsx ../../scripts/publish/prepublishNPM.js",
"prepublish": "yarn tsx ../../scripts/publish/prepublish.js"
},
"peerDependencies": {
"tslib": "^2.6.2"
},
"devDependencies": {
"tsx": "^4.20.3"
}
}