16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"name": "wpywmail-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "WpywMail 桌面客户端(Node.js 零依赖本地服务 + Edge 界面)",
|
|
"type": "commonjs",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"smoke": "node tools/smoke.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|