Files
elo/package.json
Matthew Kaminski 5d28013f30
Some checks failed
Build Crate / build (push) Has been cancelled
Update readme with fixes
also update tailwind
2024-08-14 21:31:48 -04:00

17 lines
392 B
JSON

{
"name": "pool-elo",
"version": "1.0.0",
"description": "pool-elo",
"main": "index.js",
"scripts": {
"build": "npx tailwindcss -i ./style/tailwind.css -o ./static/style.css",
"watch": "npx tailwindcss -i ./style/tailwind.css -o ./static/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"tailwindcss": "^3.4.10"
}
}