Spaces:
Sleeping
Sleeping
{ | |
"name": "custom-gpt", | |
"version": "1.0.0", | |
"main": "index.js", | |
"scripts": { | |
"build-css": "tailwindcss -i ./static/css/input.css -o ./static/css/output.css --watch", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"description": "", | |
"devDependencies": { | |
"@tailwindcss/typography": "^0.5.15", | |
"tailwindcss": "^3.4.14" | |
} | |
} | |