{ "name": "thermaltodos", "version": "1.0.0", "description": "Prints out your daily google calander events using a thermal printer.", "scripts": { "build": "npx tailwindcss -i ./application/static/styles_raw.css -o ./application/static/styles.css --minify", "auto_build": "npx tailwindcss -i ./application/static/styles_raw.css -o ./application/static/styles.css --watch", "test": "uvicorn application.main:app --host 127.0.0.1 --port 8000 --reload" }, "repository": { "type": "git", "url": "https://git.imsam.ca/sam/ThermalTodos.git" }, "author": "Sam", "license": "" }