hw-app-iota
Version:
Ledger Hardware Wallet IOTA Application API
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "hw-app-iota",
"version": "0.6.5",
"description": "Ledger Hardware Wallet IOTA Application API",
"keywords": [
"Ledger",
"LedgerWallet",
"IOTA",
"NanoS",
"Hardware",
"Wallet"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/IOTA-Ledger/hw-app-iota.js.git"
},
"type": "module",
"source": "src/iota.js",
"exports": "./dist/iota.modern.js",
"main": "./dist/iota.cjs",
"module": "./dist/iota.module.js",
"files": [
"/dist",
"/src"
],
"scripts": {
"clean": "rimraf dist",
"build": "microbundle --format modern,esm,cjs",
"dev": "microbundle watch",
"format": "prettier --single-quote --write src/**/*.js test/**/*.js",
"lint": "eslint src",
"pretest": "npm run build",
"test": "mocha",
"prepublishOnly": "npm run clean && npm run lint && npm run test && npm run build"
},
"dependencies": {
"bip32-path": "^0.4.2",
"iota.lib.js": "^0.5.3",
"joi": "^17.4.0",
"semver": "^7.3.5",
"struct": "^0.0.12"
},
"devDependencies": {
"@iota/checksum": "^1.0.0-beta.30",
"@iota/core": "^1.0.0-beta.30",
"@ledgerhq/hw-transport-mocker": "^6.0.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^7.30.0",
"microbundle": "^0.13.3",
"mocha": "^9.0.2",
"prettier": "^2.3.2",
"rimraf": "^3.0.2"
}
}