-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.56 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.56 KB
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
{
"name": "@devashar13/biryani",
"version": "1.1.1",
"description": "[](https://classroom.github.com/online_ide?assignment_repo_id=7943761&assignment_repo_type=AssignmentRepo) <div id=\"top\"></div> <!-- *** Thanks for checking out the Best-README-Template. If you have a suggestion *** that would make this better, please fork the repo and create a pull request *** or simply open an issue with the tag \"enhancement\". *** Don't forget to give the project a star! *** Thanks again! Now go create something AMAZING! :D -->",
"main": "src/index.js",
"bin": {
"@devashar13/biryani": "bin/biryani",
"biryani": "bin/biryani"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dyte-submissions/dyte-vit-2022-devashar13.git"
},
"keywords": [
"cli",
"biryani"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dyte-submissions/dyte-vit-2022-devashar13/issues"
},
"homepage": "https://github.com/dyte-submissions/dyte-vit-2022-devashar13#readme",
"dependencies": {
"@octokit/core": "^3.6.0",
"@octokit/rest": "^18.12.0",
"arg": "^5.0.1",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"cli-table3": "^0.6.2",
"configstore": "^3.1.5",
"esm": "^3.2.25",
"figlet": "^1.5.2",
"inquirer": "^8.2.4"
}
}