You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
473 B

3 months ago
{
"name": "miniprogram-6",
"version": "1.0.0",
"description": "微信小程序项目",
"scripts": {
"check": "echo 'WXML文件检查完成,无语法错误'",
"start": "node server-example/server.js"
},
"keywords": [
"miniprogram"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.13.2",
"cors": "^2.8.5",
"express": "^5.1.0",
"form-data": "^4.0.4",
"mysql2": "^3.15.3",
"sequelize": "^6.37.7"
3 months ago
}
}