-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 900 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": "rutagengwabruce",
"version": "4.0.3",
"description": "A personal card for RUTAGENGWA Asante Bruce(@RUTAGENGWA-ASANTE-BRUCE)",
"main": "card.js",
"bin": {
"rutagengwabruce": "./card.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RUTAGENGWA-ASANTE-BRUCE/npx_card.git"
},
"scripts": {
"test": "node card.js",
"pub": "npm version major & npm publish"
},
"dependencies": {
"boxen": "^4.2.0",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"cli-spinners": "^2.5.0",
"inquirer": "^7.3.2",
"open": "^7.0.4",
"ora": "^5.1.0",
"request": "^2.88.2"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"author": "RUTAGENGWA Asante Bruce <https://rutagengwa-asante-bruce.vercel.app/> (https://rutagengwa-asante-bruce.vercel.app/)",
"license": "ISC"
}