33 lines
665 B
JSON
33 lines
665 B
JSON
{
|
|
"name": "notejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fovway.ru/Fovway/NoteJS.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.2",
|
|
"body-parser": "^2.2.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.1.0",
|
|
"express-rate-limit": "^8.1.0",
|
|
"express-session": "^1.18.2",
|
|
"helmet": "^8.1.0",
|
|
"marked": "^16.4.0",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|