aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/package.json
blob: b0cde0d0d9d8db948102c03a2b782b52aec2c279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "simple-bar",
  "licence": "MIT",
  "version": "1.0.0",
  "type": "module",
  "description": "A yabai status bar widget for Übersicht.",
  "scripts": {
    "lint": "eslint . --ext .js,.jsx"
  },
  "devDependencies": {
    "@eslint/js": "^9",
    "eslint": "^9",
    "eslint-plugin-react": "^7",
    "eslint-plugin-react-hooks": "^7",
    "globals": "^16"
  }
}