-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 759 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 759 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
{
"name": "reviewtime",
"version": "1.0.0",
"description": "A web application to ensure that no PR in your organization goes too long without a review, while noone has to chase others around nagging them for reviews.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/linusaarnio/reviewtime.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/linusaarnio/reviewtime/issues"
},
"homepage": "https://github.com/linusaarnio/reviewtime#readme",
"devDependencies": {
"@playwright/test": "^1.36.1"
},
"dependencies": {
"checkly": "^4.5.0",
"otpauth": "^9.1.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}