users/ryan/modules/simple-bar/simple-bar-source/package.json
2e30121671a730a2b4bc2f82d2e30ed5c9ff70e5
· 374 B · 17 lines
raw
| 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 | } |