Files
bip39/libs/nanocurrency-web/package.json
snyk-bot 4d574be499 fix: upgrade nanocurrency-web from 1.2.2 to 1.4.3
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
2025-04-18 04:24:45 +00:00

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"
}
}