{ "name": "secd", "version": "1.0.0", "description": "secd landing page", "main": "index.js", "scripts": { "start": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "tailwindcss": "^3.2.4" } }