browser-apps/package.json
2024-12-01 14:05:06 +08:00

17 lines
327 B
JSON

{
"name": "browser-apps",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module",
"dependencies": {
"vite": "^6.0.1"
}
}