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.
Pair/package.json

34 lines
795 B

{
"name": "math-learning-backend",
"version": "1.0.0",
"description": "数学学习软件后端API - 支持QQ邮箱和163邮箱验证",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"后端服务测试模式\" && node server.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"body-parser": "^1.20.2",
"nodemailer": "^6.9.7"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"keywords": [
"education",
"math",
"learning",
"email",
"qq",
"163"
],
"author": "数学学习软件团队",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-repo/math-learning-software"
}
}