mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Snyk has created this PR to upgrade nanocurrency-web from 1.2.2 to 1.4.3. See this package in npm: nanocurrency-web See this project in Snyk: https://app.snyk.io/org/rayston92/project/109538ad-b700-4b6e-9064-a2ae266aab2c?utm_source=github&utm_medium=referral&page=upgrade-pr
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"name": "nano-util",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "browserify nano-util.js > /tmp/nano-util.js"
|
|
},
|
|
"dependencies": {
|
|
"nanocurrency-web": "^1.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.2.3",
|
|
"uglify-es": "^3.3.9"
|
|
}
|
|
}
|