forked from KNIDevTeam/knotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "knotes",
"version": "1.0.0",
"description": "Członkowie projektu: - Jan Szachno - Ksawery Chodyniecki - Mieszko Mirgos - Jakub Michalski",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -e ts,ejs,json app.ts",
"start": "ts-node build/app.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"js-sha256": "^0.9.0",
"mongoose": "^6.0.7",
"morgan": "^1.10.0",
"session-file-store": "^1.5.0",
"supervisor": "^0.12.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/morgan": "^1.9.3",
"@types/node": "^16.11.0",
"nodemon": "^2.0.12",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"nodemonConfig": {
"ignore": [
"sessions/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/KNIDevTeam/knotes.git"
},
"author": "KNI",
"license": "ISC",
"bugs": {
"url": "https://github.com/KNIDevTeam/knotes/issues"
},
"homepage": "https://github.com/KNIDevTeam/knotes#readme"
}