Custom-Gemini / package.json
Moonfanz's picture
Upload 1796 files
e2f726f verified
raw
history blame
454 Bytes
{
"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"
}
}