UNPKG

charms-js

Version:

TypeScript SDK for decoding Bitcoin transactions containing Charms data

51 lines (50 loc) 1.18 kB
{ "name": "charms-js", "version": "3.3.1", "description": "TypeScript SDK for decoding Bitcoin transactions containing Charms data", "main": "dist/index.js", "node": "dist/node.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/CharmsDev/charms-js.git" }, "bugs": { "url": "https://github.com/CharmsDev/charms-js/issues" }, "homepage": "https://github.com/CharmsDev/charms-js#readme", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "prepare": "npm run build", "example:node": "node examples/node/example.ts", "example:browser": "vite --config examples/browser/vite.config.js" }, "keywords": [ "bitcoin", "charms", "cbor", "decoder" ], "author": "Charms Team", "license": "MIT", "dependencies": { "@scure/base": "^1.1.9", "@scure/btc-signer": "^1.3.3", "bech32": "^2.0.0", "cbor": "^9.0.0", "snarkjs": "^0.7.5" }, "devDependencies": { "@types/node": "^24.0.4", "buffer": "^6.0.3", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vite": "^7.2.1" } }