Files
news/package.json
connor 20a6c26f7c
Check / check (push) Failing after 1m27s
Check / guardrails (push) Failing after 39s
Check / bundle (push) Successful in 1m4s
Initial commit -- did OMO do a good job?
2026-09-01 18:29:46 -04:00

16 lines
431 B
JSON

{
"name": "news",
"version": "0.1.0",
"description": "Build tooling for the news-web frontend: Tailwind v4 and browser-driving scripts.",
"scripts": {
"css": "tailwindcss -i crates/news-web/styles/main.css -o crates/news-web/styles/generated.css"
},
"type": "commonjs",
"devDependencies": {
"@playwright/test": "^1.62.1",
"@tailwindcss/cli": "^4.3.3",
"tailwindcss": "^4.3.3"
},
"private": true
}