Files
nxxmdata/government-mini-program/package.json

21 lines
426 B
JSON
Raw Normal View History

2025-09-19 17:52:28 +08:00
{
"name": "government-mini-program",
"version": "1.0.0",
2025-10-17 17:29:11 +08:00
"description": "政府端微信小程序",
"main": "app.js",
2025-09-19 17:52:28 +08:00
"scripts": {
2025-10-17 17:29:11 +08:00
"dev": "微信开发者工具",
"build": "微信开发者工具构建"
2025-09-19 17:52:28 +08:00
},
2025-10-17 17:29:11 +08:00
"keywords": [
"微信小程序",
"政府管理",
"养殖户管理"
],
"author": "政府管理系统开发团队",
"license": "MIT",
"dependencies": {},
"devDependencies": {}
}
2025-10-23 17:26:47 +08:00