aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: b3777f95059becf10731da619e9741d4e5d08600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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": "^3.3.3"
  }
}