2024-01-12 04:22:52 +08:00
|
|
|
{
|
2024-01-12 05:34:37 +08:00
|
|
|
"name": "@laniakeasupercluster/widgets",
|
2024-01-12 04:53:19 +08:00
|
|
|
"description": "A simple widgets tracker",
|
2024-05-17 00:30:42 +08:00
|
|
|
"version": "1.1.4",
|
2024-01-12 04:22:52 +08:00
|
|
|
"type": "module",
|
2024-01-12 04:38:20 +08:00
|
|
|
"main": "main.js",
|
2024-01-12 05:34:37 +08:00
|
|
|
"author": "Laniakea Supercluster <huan0016@gmail.com>",
|
2024-01-12 04:38:20 +08:00
|
|
|
"license": "MIT",
|
2024-01-12 04:22:52 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite --open",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"vite": "^5.0.8"
|
2024-01-12 04:38:20 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-01-12 04:53:19 +08:00
|
|
|
"url": "https://git.satori.love/LaniakeaSupercluster/widgets.git"
|
2024-01-12 04:38:20 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
2024-01-12 04:53:19 +08:00
|
|
|
"widgets",
|
2024-01-12 04:38:20 +08:00
|
|
|
"tracker",
|
|
|
|
"health",
|
|
|
|
"fitness"
|
|
|
|
]
|
2024-01-12 05:34:37 +08:00
|
|
|
}
|