-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 860 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
37
{
"name": "team-10-project",
"version": "0.0.0",
"description": "A CLI for trustworthy module reuse",
"main": "./dist/index.js",
"type": "commonjs",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [],
"author": "Luke Chigges, Avigdor Roytman, Jungwoo Kwon, Faaiz Memon",
"license": "",
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.6.2",
"@types/node-fetch": "^2.6.5",
"@types/tmp": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"eslint": "^8.48.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@octokit/rest": "^20.0.1",
"axios": "^1.5.0",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"isomorphic-git": "^1.24.5",
"node-fetch": "^2.7.0",
"octokit": "^3.1.0",
"tmp": "^0.2.1",
"tslog": "^4.9.2"
}
}