-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 926 Bytes
/
package.json
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
{
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
"form-data": "^4.0.1",
"multer": "^1.4.5-lts.1",
"pg": "^8.13.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^5.0.0",
"@types/node": "^22.7.5"
},
"name": "inventory-application",
"version": "1.0.0",
"main": "index.cjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FluffyRudy/inventory-application.git"
},
"author": "FluffyRudy",
"license": "ISC",
"bugs": {
"url": "https://github.com/FluffyRudy/inventory-application/issues"
},
"homepage": "https://github.com/FluffyRudy/inventory-application#readme",
"description": ""
}