33 lines
793 B
JSON
33 lines
793 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",
|
|
"watch-tailwind": "tailwindcss -i './Shared (Extension)/Resources/options.css' -o './Shared (Extension)/Resources/options.build.css' --watch",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"alpinejs": "^3.10.5",
|
|
"async-mutex": "^0.4.0",
|
|
"idb": "^7.1.1",
|
|
"json-format-highlight": "^1.0.4",
|
|
"nostr-tools": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"esbuild": "^0.16.17",
|
|
"prettier": "^2.8.3",
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
}
|