21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"name": "government-mini-program",
|
|
"version": "1.0.0",
|
|
"description": "政府端微信小程序",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"dev": "微信开发者工具",
|
|
"build": "微信开发者工具构建"
|
|
},
|
|
"keywords": [
|
|
"微信小程序",
|
|
"政府管理",
|
|
"养殖户管理"
|
|
],
|
|
"author": "政府管理系统开发团队",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|
|
|