-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.03 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "codestates-assignment-manager",
"version": "1.8.0",
"description": "",
"main": "index.js",
"scripts": {
"commit": "cz"
},
"bin": {
"codestates": "bin/assignment-manager"
},
"repository": {
"type": "git",
"url": "git://github.com/codestates/assignment-manager.git"
},
"keywords": [
"codestates",
"bootcamp",
"assignment-manager",
"imposter-finder"
],
"author": "codestates_official <[email protected]>",
"bugs": {
"url": "https://github.com/codestates/assignment-manager/issues",
"email": "[email protected]"
},
"license": "MIT",
"resolutions": {
"async": "2.6.4",
"minimist": "1.2.6"
},
"dependencies": {
"archiver": "^5.3.0",
"aws-sdk": "^2.1100.0",
"axios": "^0.26.0",
"base64-stream": "^1.0.0",
"dotenv": "^16.0.0",
"get-stream": "^6.0.1",
"open": "^8.4.0",
"prompt": "^1.2.1",
"strip-ansi": "^7.0.1",
"uuid": "^8.3.2",
"yargs": "^17.3.1",
"mocha": "^9.2.2"
},
"devDependencies": {}
}