git.mcksp
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
{
  "name": "shortstories",
  "version": "1.0.0",
  "main": "index.js",
  "author": "mcksp",
  "description": "shortstories",
  "scripts": {
    "build": "tailwindcss build -o assets/tailwind.css",
    "watch": "tailwindcss build -o assets/tailwind.css --watch"
  },
  "dependencies": {
    "tailwindcss": "^3.4.3"
  }
}