maotube/package.json

22 lines
419 B
JSON
Raw Normal View History

2024-01-18 23:45:23 +00:00
{
"name": "maotube",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "corruptocrat",
"license": "ISC",
"type": "module",
"dependencies": {
"bcrypt": "^5.1.1",
2024-01-19 02:44:55 +00:00
"cookie-parser": "^1.4.6",
2024-01-18 23:45:23 +00:00
"cors": "^2.8.5",
"express": "^4.18.2",
2024-01-19 02:10:56 +00:00
"express-fileupload": "^1.4.3",
"js-levenshtein": "^1.1.6"
2024-01-18 23:45:23 +00:00
}
}