diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-23 02:47:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-23 02:50:24 +0900 |
| commit | 27bfc8f1d9588322d85197e31b7346601cc680b3 (patch) | |
| tree | 9782a857f8b7a76be75774e10674d59e3fa260a0 /package.json | |
| parent | 6522702f59706c84f419491d4ac8b86cfba2ffe2 (diff) | |
| download | feedaka-27bfc8f1d9588322d85197e31b7346601cc680b3.tar.gz feedaka-27bfc8f1d9588322d85197e31b7346601cc680b3.tar.zst feedaka-27bfc8f1d9588322d85197e31b7346601cc680b3.zip | |
feat: add biome
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/package.json b/package.json index 2cf2bb8..a95cb6b 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,19 @@ { - "name": "feedaka", - "version": "0.1.0", - "description": "", - "main": "index.js", - "scripts": { - "build": "tailwindcss -i ./css/style.css -o ./static/style.css", - "watch": "tailwindcss -i ./css/style.css -o ./static/style.css --watch" - }, - "author": "nsfisis", - "license": "MIT", - "devDependencies": { - "@tailwindcss/cli": "^4.1.10", - "tailwindcss": "^4.1.10" - } + "name": "feedaka", + "version": "0.1.0", + "description": "", + "main": "index.js", + "scripts": { + "check": "biome check --write .", + "fmt": "biome check .", + "build": "tailwindcss -i ./css/style.css -o ./static/style.css", + "watch": "tailwindcss -i ./css/style.css -o ./static/style.css --watch" + }, + "author": "nsfisis", + "license": "MIT", + "devDependencies": { + "@biomejs/biome": "2.0.4", + "@tailwindcss/cli": "^4.1.10", + "tailwindcss": "^4.1.10" + } } |
