aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index a95cb6b..0000000
--- a/package.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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"
- }
-}