forked from block-core/blockcore-widget
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 815 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
{
"name": "@blockcore/widget",
"version": "0.0.6",
"description": "Web Widget for Blockcore",
"type": "module",
"exports": "./blockcore-widget.mjs",
"files": [
"./blockcore-widget.mjs"
],
"engines": {
"node": ">=18.*"
},
"scripts": {
"version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"keywords": [
"wallet",
"payment",
"widget",
"blockchain",
"blockcore"
],
"author": "Blockcore",
"license": "MIT",
"homepage": "https://github.com/block-core/blockcore-widget",
"repository": {
"type": "git",
"url": "[email protected]:block-core/blockcore-widget.git"
},
"bugs": {
"url": "https://github.com/block-core/blockcore-widget/issues"
}
}