@ledgerhq/coin-near
Version:
93 lines • 2.64 kB
JSON
{
"name": "@ledgerhq/coin-near",
"version": "0.26.0",
"description": "Near Coin integration",
"keywords": [
"Ledger",
"LedgerWallet",
"near",
"Near",
"Hardware Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live.git"
},
"bugs": {
"url": "https://github.com/LedgerHQ/ledger-live/issues"
},
"homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/coin-modules/coin-near",
"publishConfig": {
"access": "public"
},
"typesVersions": {
"*": {
"lib/*": [
"lib/*"
],
"lib-es/*": [
"lib-es/*"
],
"*": [
"lib/*"
]
}
},
"exports": {
"./lib/*": "./lib/*.js",
"./lib-es/*": "./lib-es/*.js",
"./*": {
"@ledgerhq/source": "./src/*.ts",
"require": "./lib/*.js",
"default": "./lib-es/*.js"
},
"./package.json": "./package.json"
},
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/coin-module-framework": "3.5.1",
"bignumber.js": "^9.1.2",
"expect": "30.2.0",
"invariant": "^2.2.2",
"lodash": "^4.17.21",
"near-api-js": "^3.0.2",
"rxjs": "7.8.2",
"@ledgerhq/cryptoassets": "^13.53.0",
"@ledgerhq/devices": "8.16.0",
"@ledgerhq/errors": "^6.37.0",
"@ledgerhq/ledger-wallet-framework": "^2.2.1",
"@ledgerhq/live-network": "^2.6.6",
"@ledgerhq/logs": "^6.17.0",
"@ledgerhq/types-cryptoassets": "^7.38.0",
"@ledgerhq/types-live": "^6.113.0"
},
"devDependencies": {
"@swc/core": "1.15.11",
"@swc/jest": "0.2.39",
"@types/invariant": "^2.2.2",
"@types/jest": "30.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "24.12.0",
"jest": "30.2.0",
"msw": "^2.7.3",
"oxfmt": "0.36.0",
"oxlint": "1.51.0",
"@ledgerhq/disable-network-setup": "^0.3.0"
},
"scripts": {
"clean": "rimraf lib lib-es",
"build": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es",
"coverage": "jest --coverage",
"prewatch": "pnpm build",
"watch": "tsc --watch --project tsconfig.build.json",
"watch:es": "tsc --watch --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es",
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
"lint": "oxlint src",
"lint:fix": "oxfmt src && oxlint src --fix --quiet",
"test": "jest",
"test-integ": "jest --config=jest.integ.config.js",
"unimported": "unimported",
"format": "oxfmt src",
"format:check": "oxfmt src --check"
}
}