Files
nostash/package.json

23 lines
412 B
JSON

{
"name": "nostore",
"version": "1.0.0",
"description": "",
"source": [
"background.js",
"content.js",
"nostr.js",
"popup.html"
],
"scripts": {
"build": "./build.js",
"watch": "./build.js watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"esbuild": "^0.16.17",
"nostr-tools": "^1.1.1"
}
}