source: package.json

main
Last change on this file was 7517a3a, checked in by Luka Krstikj <luka.krstik@…>, 23 hours ago

init

  • Property mode set to 100644
File size: 464 bytes
Line 
1{
2 "name": "c307-demo-app",
3 "version": "1.0.0",
4 "main": "src/app.js",
5 "scripts": {
6 "start": "node src/app.js",
7 "dev": "nodemon src/app.js"
8 },
9 "keywords": [],
10 "author": "Luka Krstikj",
11 "license": "ISC",
12 "description": "",
13 "dependencies": {
14 "dotenv": "^17.2.3",
15 "ejs": "^4.0.1",
16 "express": "^5.2.1",
17 "multer": "^2.0.2",
18 "pg": "^8.17.1",
19 "ssh2": "^1.17.0"
20 },
21 "devDependencies": {
22 "nodemon": "^3.1.11"
23 }
24}
Note: See TracBrowser for help on using the repository browser.