UNPKG

@mina-wallet-adapter/mina-ledger-js

Version:

JS API for Mina App (Ledger Nano S/X)

59 lines (58 loc) 1.37 kB
{ "name": "@mina-wallet-adapter/mina-ledger-js", "version": "1.0.9", "description": "JS API for Mina App (Ledger Nano S/X)", "license": "Apache-2.0", "author": "Carbonara <gh@carbonara.science>", "keywords": [ "Ledger", "Javascript", "Mina", "Minaprotocol" ], "bugs": { "url": "https://github.com/t4top/mina-ledger-js/issues" }, "homepage": "https://github.com/t4top/mina-ledger-js", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/t4top/mina-ledger-js.git" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "scripts": { "dev": "tsup src/index.ts --format esm,cjs --dts --watch", "build": "tsup src/index.ts --format esm,cjs --dts", "clean": "shx rm -rf dist", "test": "echo \"No test specified for now\"" }, "dependencies": { "buffer": "6.0.3" }, "devDependencies": { "husky": "5.1.3", "prettier": "2.2.1", "pretty-quick": "3.1.0", "shx": "0.3.4", "tsup": "7.2.0", "typescript": "5.2.2" } }