aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-06-23 03:11:14 +0900
committernsfisis <nsfisis@gmail.com>2025-06-23 03:15:54 +0900
commite95b823f6554f5bad24be1c7f04b2adc763a9f92 (patch)
tree3cb3e220143cf51e4e60b26283a905393aa6ba94 /package.json
parent27bfc8f1d9588322d85197e31b7346601cc680b3 (diff)
downloadfeedaka-e95b823f6554f5bad24be1c7f04b2adc763a9f92.tar.gz
feedaka-e95b823f6554f5bad24be1c7f04b2adc763a9f92.tar.zst
feedaka-e95b823f6554f5bad24be1c7f04b2adc763a9f92.zip
refactor: change directory structure
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"
- }
-}