UNPKG

bmapjs

Version:

A transaction parser for Bitcoin data protocols like B, MAP, BAP, 1Sat Ordinals, SIGMA, METANET, and AIP/HAIP.

66 lines (65 loc) 1.85 kB
{ "name": "bmapjs", "version": "0.4.0", "description": "A transaction parser for Bitcoin data protocols like B, MAP, BAP, 1Sat Ordinals, SIGMA, METANET, and AIP/HAIP.", "main": "dist/bmap.cjs.js", "module": "dist/bmap.es.js", "types": "dist/types/index.d.ts", "files": [ "dist/bmap.cjs.js", "dist/bmap.es.js", "dist/types/index.d.ts", "dist/types/common.d.ts", "dist/types/bmap.d.ts", "dist/types/bob.d.ts", "dist/types/protocols/*.d.ts", "README.md", "LICENSE" ], "scripts": { "prebuild": "rimraf dist", "build": "vite build", "lint": "biome check .", "lint:fix": "biome check . --write", "lint:fix:unsafe": "biome check . --fix --unsafe", "format": "biome format .", "format:fix": "biome format . --write", "test": "bun test", "test:watch": "bun test --watch", "check": "npm-check -u", "pub": "bun publish", "build-all": "bun run lint && bun run build", "watch": "vite build --watch" }, "repository": { "type": "git", "url": "git+https://github.com/rohenaz/bmap.git" }, "keywords": ["bitcoin", "bmap", "magic", "attribute", "protocol", "bsv"], "devDependencies": { "@biomejs/biome": "^1.9.4", "@vitejs/plugin-react": "^4.3.4", "bsv-bap": "^0.1.7", "cross-env": "^7.0.3", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.8.2", "vite": "^6.2.1", "vite-plugin-dts": "^4.5.3" }, "author": "Satchmo", "license": "Open BSV", "bugs": { "url": "https://github.com/rohenaz/bmap/issues" }, "homepage": "https://github.com/rohenaz/bmap#readme", "dependencies": { "@bsv/sdk": "^1.3.34", "@msgpack/msgpack": "^3.1.0", "@types/node": "^22.13.9", "@types/node-fetch": "^2.6.12", "ajv": "^8.17.1", "bpu-ts": "^0.0.26", "node-fetch": "^3.3.2" } }