-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 864 Bytes
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
{
"name": "@s25digital/express-mw-logger",
"version": "1.1.0",
"description": "The Logger middleware for express",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"pretty": "prettier --write .",
"lint:staged": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S25Digital/express-mw-logger.git"
},
"keywords": [],
"author": "Simranjeet Singh<simranjeet@s25.digital>",
"license": "MIT",
"bugs": {
"url": "https://github.com/S25Digital/express-mw-logger/issues"
},
"homepage": "https://github.com/S25Digital/express-mw-logger#readme",
"dependencies": {
"pino": "^7.10.0",
"uuid": "^14.0.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"express": "^4.17.3",
"husky": "^7.0.4",
"lint-staged": "^13.2.1",
"prettier": "^2.6.2"
}
}