-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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
{
"name": "fix-cache",
"version": "0.0.1",
"description": "predict bug files from cache history",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aavshr/fixCache.git"
},
"author": "Aavash Shrestha",
"license": "ISC",
"bugs": {
"url": "https://github.com/aavshr/fixCache/issues"
},
"homepage": "https://github.com/aavshr/fixCache#readme",
"dependencies": {
"@octokit/auth-app": "^2.4.14",
"@octokit/plugin-retry": "^3.0.3",
"@octokit/plugin-throttling": "^3.3.0",
"@octokit/rest": "^18.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1"
},
"devDependencies": {
"deta": "0.0.7"
}
}