mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"name": "go-stock",
|
|
"outputfilename": "go-stock",
|
|
"frontend:install": "npm install",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "http://localhost:5173",
|
|
"author": {
|
|
"name": "spark",
|
|
"email": "wzl@huazx.cn"
|
|
},
|
|
"info": {
|
|
"companyName": "sparkmemory",
|
|
"productName": "go-stock",
|
|
"productVersion": "1.0.0",
|
|
"copyright": "Copyright#sparkmemory@163.com",
|
|
"comments": "股票行情实时获取"
|
|
}
|
|
}
|