Some checks are pending
Build Crate / build (push) Waiting to run
Also look into users a bit
17 lines
391 B
JSON
17 lines
391 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.9"
|
|
}
|
|
}
|