-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 875 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@cashudevkit/cdk",
"version": "0.0.0",
"description": "Cashu Dev Kit",
"keywords": [
"cashu"
"rust",
"bindings",
"javascript"
],
"license": "MIT",
"homepage": "https://github.com/cashubtc/cdk",
"repository": {
"type": "git",
"url": "git+https://github.com/cashubtc/cdk.git"
},
"bugs": {
"url": "https://github.com/cashubtc/cdk/issues"
},
"author": {
"name": "thesimplekid",
"email": "tsk@thesimplekid.com",
"url": "https://github.com/thesimplekid"
},
"main": "pkg/cdk_js.js",
"types": "pkg/cdk_js.d.ts",
"files": [
"pkg/cdk_js_bg.wasm.js",
"pkg/cdk_js_bg.wasm.d.ts",
"pkg/cdk_js.js",
"pkg/cdk_js.d.ts"
],
"devDependencies": {
"wasm-pack": "^0.10.2"
},
"engines": {
"node": ">= 10"
},
"scripts": {
"build": "wasm-pack build --target web",
}
}