mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-21 01:42:16 +00:00
adding xlm stellar
This commit is contained in:
13
libs/stellar-util/package.json
Normal file
13
libs/stellar-util/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "stellar-util",
|
||||
"version": "0.0.1",
|
||||
"scripts" :{
|
||||
"build": "browserify stellar-util.js > ../../src/js/stellar-util.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"stellar-base": "^0.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^16.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user