diff options
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" + } } |
