28 lines
575 B
JSON
28 lines
575 B
JSON
{
|
|
"name": "@laniakeasupercluster/widgets",
|
|
"description": "A simple widgets tracker",
|
|
"version": "1.1.6",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"author": "Laniakea Supercluster <huan0016@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite --open",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.0.8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.satori.love/LaniakeaSupercluster/widgets.git"
|
|
},
|
|
"keywords": [
|
|
"widgets",
|
|
"tracker",
|
|
"health",
|
|
"fitness"
|
|
]
|
|
}
|