@hazae41/ledger
Version:
Private and supply-chain hardened Ledger controller for TypeScript
63 lines (62 loc) • 1.52 kB
JSON
{
"type": "module",
"name": "@hazae41/ledger",
"version": "0.1.4",
"description": "Private and supply-chain hardened Ledger controller for TypeScript",
"homepage": "https://github.com/hazae41/ledger",
"repository": "github:hazae41/ledger",
"author": "hazae41",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"sideEffects": false,
"files": [
"./dist/esm",
"./dist/cjs",
"./dist/types"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"test": "node ./dist/test/index.test.mjs",
"prepare": "npm run build"
},
"devDependencies": {
"@hazae41/phobos": "^1.0.10",
"@hazae41/rimraf": "^1.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^22.5.1",
"@types/w3c-web-usb": "^1.0.10",
"rollup": "^4.21.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-node-externals": "^7.1.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"keywords": [
"ledger",
"usb",
"hid",
"ethereum",
"apdu",
"hardware",
"typescript",
"esmodules",
"tested",
"unit-tested"
],
"dependencies": {
"@hazae41/apdu": "^1.0.1",
"@hazae41/binary": "^1.3.5",
"@hazae41/bytes": "^1.2.11",
"@hazae41/cubane": "^0.2.1",
"@hazae41/cursor": "^1.2.4"
}
}