mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-06 02:43:49 +00:00
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|