@qiushaoxi/hw-app-ont
Version:
Ledger Javascript API for ONT and NEO.
36 lines (35 loc) • 871 B
JSON
{
"name": "@qiushaoxi/hw-app-ont",
"version": "1.0.6",
"description": "Ledger Javascript API for ONT and NEO.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start": "tsc -w",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiushaoxi/hw-app-ont.git"
},
"keywords": [
"Ledger",
"Javascript",
"ONT"
],
"author": "qiushaoxi",
"license": "MIT",
"bugs": {
"url": "https://github.com/qiushaoxi/hw-app-ont/issues"
},
"homepage": "https://github.com/qiushaoxi/hw-app-ont#readme",
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.68.0",
"@types/elliptic": "^6.4.9",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.1",
"@types/long": "^4.0.0",
"@types/node": "^12.6.8",
"elliptic": "^6.5.0",
"ontology-ts-sdk": "^1.0.18"
}
}