mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-07 23:16:00 +01:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@rust-cashu/cashu",
|
|
"version": "0.0.1",
|
|
"description": "Cashu protocol implementation, for JavaScript",
|
|
"keywords": [
|
|
"cashu",
|
|
"protocol",
|
|
"rust",
|
|
"bindings"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"homepage": "https://github.com/thesimplekid/cashu-crab",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thesimplekid/cashu-crab"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/thesimplekid/cashu-crab/issues"
|
|
},
|
|
"author": {
|
|
"name": "thesimplekid",
|
|
"email": "tsk@thesimplekid.com",
|
|
"url": "https://github.com/thesimplekid"
|
|
},
|
|
"main": "pkg/cashu_js.js",
|
|
"types": "pkg/cashu_js.d.ts",
|
|
"files": [
|
|
"pkg/cashu_js_bg.wasm.js",
|
|
"pkg/cashu_js_bg.wasm.d.ts",
|
|
"pkg/cashu_js.js",
|
|
"pkg/cashu_js.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"wasm-pack": "^0.10.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"scripts": {
|
|
"build": "WASM_PACK_ARGS=--release ./scripts/build.sh",
|
|
"build:dev": "WASM_PACK_ARGS=--dev ./scripts/build.sh",
|
|
"package": "npm run build && npm pack"
|
|
}
|
|
}
|