-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 978 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 978 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": "@rascal_two/express-handler-tracker",
"version": "0.1.0",
"description": "Tracks everything an Express application does - middlewares, responses, everything.",
"main": "index.js",
"author": "Rascal_Two <therealrascaltwo@gmail.com>",
"license": "ISC",
"bin": "instrument/index.js",
"dependencies": {
"chalk": "^5.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dependency-cruiser": "^11.15.0",
"express": "^4.18.1",
"func-loc": "^0.1.16",
"inquirer": "^9.1.0",
"jest-diff": "^29.0.1",
"jsondiffpatch": "^0.4.1",
"terminal-codes-to-html": "^0.0.1",
"yargs": "^17.5.1"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RascalTwo/express-handler-tracker.git"
},
"bugs": {
"url": "https://github.com/RascalTwo/express-handler-tracker/issues"
},
"homepage": "https://github.com/RascalTwo/express-handler-tracker#readme"
}