aboutsummaryrefslogblamecommitdiff
path: root/package.json
blob: e1e141d5f3fa7f31d0d337272109469e608b1d91 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                        
{
  "name": "garage",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "npx tailwindcss -i ./src/input.css -o ./public/style.css --minify --watch"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "tailwindcss": "^3.0.7"
  }
}