charms-js
Version:
TypeScript SDK for decoding Bitcoin transactions containing Charms data
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "charms-js",
"version": "2.0.1",
"description": "TypeScript SDK for decoding Bitcoin transactions containing Charms data",
"main": "dist/index.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",
"start": "ts-node examples/example.ts",
"test": "npm run start",
"test:example": "ts-node examples/example.ts"
},
"keywords": [
"bitcoin",
"charms",
"cbor",
"decoder"
],
"author": "Charms Team",
"license": "MIT",
"dependencies": {
"bitcoinjs-lib": "^6.1.0",
"cbor": "^9.0.0",
"snarkjs": "^0.7.5"
},
"devDependencies": {
"@types/bitcoinjs-lib": "^5.0.4",
"@types/node": "^24.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}