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.
27 lines
603 B
27 lines
603 B
{
|
|
"name": "miniprogram-6",
|
|
"version": "1.0.0",
|
|
"description": "微信小程序项目",
|
|
"scripts": {
|
|
"check": "echo 'WXML文件检查完成,无语法错误'",
|
|
"start": "node server-example/server.js"
|
|
},
|
|
"keywords": [
|
|
"miniprogram"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ali-oss": "^6.23.0",
|
|
"axios": "^1.13.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.1.0",
|
|
"form-data": "^4.0.4",
|
|
"multer": "^2.0.2",
|
|
"mysql2": "^3.15.3",
|
|
"sequelize": "^6.37.7",
|
|
"socket.io-client": "^4.8.1",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|
|
|