UNPKG

micro-ordinals

Version:

Manage ordinals, inscriptions and runes using scure-btc-signer

56 lines (55 loc) 1.34 kB
{ "name": "micro-ordinals", "version": "0.2.2", "description": "Manage ordinals, inscriptions and runes using scure-btc-signer", "files": [ "lib", "src" ], "bin": { "ord": "lib/esm/cli.js" }, "main": "lib/index.js", "module": "lib/esm/index.js", "types": "lib/index.d.ts", "dependencies": { "@scure/base": "~1.2.5", "@scure/btc-signer": "~1.8.0", "enquirer": "2.4.1", "micro-packed": "~0.7.3" }, "devDependencies": { "@noble/curves": "~1.9.0", "@paulmillr/jsbt": "0.3.3", "@types/node": "22.14.1", "micro-bmark": "0.4.1", "micro-should": "0.5.2", "prettier": "3.5.3", "typescript": "5.8.3" }, "scripts": { "build": "tsc && tsc -p tsconfig.cjs.json", "build:release": "npx jsbt esbuild test/build", "lint": "prettier --check src", "format": "prettier --write src", "test": "node test/index.js", "test:bun": "bun test/index.js", "test:deno": "deno --allow-env --allow-read test/index.js" }, "sideEffects": false, "keywords": [ "ordinal", "inscription", "rune", "bitcoin", "ordinals", "inscriptions", "btc" ], "author": "Paul Miller (https://paulmillr.com)", "repository": { "type": "git", "url": "git+https://github.com/paulmillr/micro-ordinals.git" }, "license": "MIT" }