blob: 2ef02e30b88bc45847b6823ed651ca845088e227 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "feedaka",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"check": "biome check .",
"fmt": "biome check --write .",
"build": "tailwindcss -i ./css/style.css -o ./dist/style.css",
"watch": "tailwindcss -i ./css/style.css -o ./dist/style.css --watch"
},
"author": "nsfisis",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "2.0.4",
"@tailwindcss/cli": "^4.1.10",
"tailwindcss": "^4.1.10"
}
}
|