-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 898 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
{
"name": "imvv",
"version": "2.0.0",
"description": "This is the Profile Card for Vidit Varshney (imvv).",
"main": "node card.js",
"bin": "./card.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node ./card.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viditvarshney/CLI_ProfileCard.git"
},
"keywords": [
"profile-card",
"card",
"businessCard",
"socialCard"
],
"author": "Vidit Varshney <viditvarshney222@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/viditvarshney/CLI_ProfileCard/issues"
},
"homepage": "https://github.com/viditvarshney/CLI_ProfileCard#readme",
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.1",
"clear": "^0.1.0",
"inquirer": "^8.1.0",
"open": "^8.2.0",
"ora": "^5.4.0",
"request": "^2.88.2"
}
}