You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
609 B
JSON

{
"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": ""
}