{ "name": "test_panel", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "npx tailwindcss -i ./input.css -o ./output.css --watch" }, "author": "", "license": "ISC", "devDependencies": { "@tailwindcss/cli": "^4.1.2", "tailwindcss": "^4.1.2" } }