SHiNE-server/SHiNE-browser-plugin-wallet/package.json

19 lines
417 B
JSON

{
"name": "shine-browser-plugin-wallet",
"version": "1.0.0",
"description": "Chrome-compatible Manifest V3 plugin for SHiNE wallet-session login.",
"main": "popup.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@noble/curves": "^1.5.0"
},
"devDependencies": {
"esbuild": "^0.28.1"
}
}