-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 655 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "tadoasync",
"version": "0.0.0",
"private": true,
"description": "Asynchronous Python client providing Tado API, mainly usage for Home Assistant",
"scripts": {
"prettier": "prettier --write **/*.{json,js,md,yml,yaml}",
"docs:generate": "uv run python scripts/generate_docs.py",
"docs:dev": "npm run docs:generate && vitepress dev docs",
"docs:build": "npm run docs:generate && vitepress build docs",
"docs:preview": "npm run docs:build && vitepress preview docs"
},
"author": "Erwin Douna <e.douna@gmail.com>",
"license": "MIT",
"devDependencies": {
"prettier": "3.2.5",
"vitepress": "^1.6.4"
}
}