aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/package.json')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/package.json b/users/ryan/modules/simple-bar/simple-bar-source/package.json
new file mode 100755
index 0000000..b0cde0d
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/package.json
@@ -0,0 +1,17 @@
1{
2 "name": "simple-bar",
3 "licence": "MIT",
4 "version": "1.0.0",
5 "type": "module",
6 "description": "A yabai status bar widget for Übersicht.",
7 "scripts": {
8 "lint": "eslint . --ext .js,.jsx"
9 },
10 "devDependencies": {
11 "@eslint/js": "^9",
12 "eslint": "^9",
13 "eslint-plugin-react": "^7",
14 "eslint-plugin-react-hooks": "^7",
15 "globals": "^16"
16 }
17}