-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
48
{
"name": "hariom",
"version": "2.4.0",
"description": "A personal card for hariom gola (@hariomgola)",
"main": "card.js",
"bin": {
"hariom": "./card.js"
},
"scripts": {
"start": "node card.js",
"test": "node card.js",
"dev": "nodemon card.js",
"pub": "npm version minor & npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hariomgola/npx_card.git"
},
"author": "hariom gola <[email protected]> (https://hariomgola.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hariomgola/npx_card/issues"
},
"homepage": "https://github.com/hariomgola/npx_card#readme",
"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",
"node card",
"npm card",
"npx",
"npx card",
"npx bussiness card",
"bussiness card"
],
"devDependencies": {
"nodemon": "^2.0.15"
}
}