chore: Rebranding

This commit is contained in:
Matthew Kilgore
2024-06-18 06:48:03 -04:00
parent e652507714
commit 829458562f
18 changed files with 1297 additions and 5926 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "homebox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vitepress": "^1.2.3"
}
}