mp/package.json
2023-12-16 16:42:15 +08:00

26 lines
539 B
JSON

{
"name": "mp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Newtbot/MP.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Newtbot/MP/issues"
},
"homepage": "https://github.com/Newtbot/MP#readme",
"dependencies": {
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mysql2": "^3.6.5",
"sequelize": "^6.35.2"
}
}