34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "nostash",
|
|
"version": "2.1.0",
|
|
"description": "",
|
|
"source": [
|
|
"background.js",
|
|
"content.js",
|
|
"nostr.js",
|
|
"popup.html"
|
|
],
|
|
"scripts": {
|
|
"build": "tailwindcss -i './Shared (Extension)/Resources/options.css' -o './Shared (Extension)/Resources/options.build.css' && ./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": "Terry Yiu (https://tyiu.xyz)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@alpinejs/csp": "^3.14.1",
|
|
"alpinejs": "^3.14.1",
|
|
"async-mutex": "^0.5.0",
|
|
"idb": "^8.0.0",
|
|
"json-format-highlight": "^1.0.4",
|
|
"nostr-tools": "^2.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"esbuild": "^0.25.2",
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^3.4.12"
|
|
}
|
|
}
|