@babylonlabs-io/ledger-vault-signer 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/index.js +5 -0
- package/package.json +18 -0
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# @babylonlabs-io/ledger-vault-signer
|
|
2
|
+
|
|
3
|
+
This package name is reserved by [Babylon Labs](https://babylonlabs.io).
|
|
4
|
+
|
|
5
|
+
It is currently a **placeholder** and contains no functional code. Do not install or depend on it yet.
|
|
6
|
+
|
|
7
|
+
If you believe you've found a security issue related to this package, contact Babylon Labs.
|
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@babylonlabs-io/ledger-vault-signer",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Placeholder package reserved by Babylon Labs. Not yet functional.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"license": "SEE LICENSE IN README.md",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/babylonlabs-io"
|
|
10
|
+
},
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"index.js",
|
|
16
|
+
"README.md"
|
|
17
|
+
]
|
|
18
|
+
}
|