Files
registration/package.json
2021-06-03 12:34:17 +03:00

37 lines
873 B
JSON

{
"name": "registration",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anatolykopyl/registration.git"
},
"author": "Anatoly Kopyl",
"license": "ISC",
"bugs": {
"url": "https://github.com/anatolykopyl/registration/issues"
},
"homepage": "https://github.com/anatolykopyl/registration#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"memorystore": "^1.6.6",
"mongodb": "^3.6.5",
"vue-phone-number-input": "^1.1.10"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}