summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 6580df2..0000000
--- a/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "transparent-zen",
- "version": "0.1.10",
- "description": "A browser extension for Zen Browser to inject custom styles to make your favorite websites transparent",
- "scripts": {
- "build": "web-ext build --config web-ext-config.mjs",
- "run": "web-ext run --config web-ext-config.mjs",
- "sign": "web-ext sign --config web-ext-config.mjs",
- "lint": "web-ext lint --config web-ext-config.mjs"
- },
- "author": "FrostyBiscuit",
- "license": "MIT",
- "devDependencies": {
- "dotenv": "^16.4.7",
- "web-ext": "^8.4.0"
- }
-}