-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1002 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
38
39
40
41
42
43
44
{
"name": "luizcorreia",
"version": "1.2.0",
"description": "A business card for Luiz Correia (@luizcorreia)",
"main": "index.js",
"bin": {
"luizcorreia": "./index.js"
},
"scripts": {
"test": "node index.js",
"pub": "npm version minor & npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luizcorreia/npx_business_card.git"
},
"keywords": [
"card",
"npm",
"npm",
"card",
"npx",
"npx",
"card",
"business",
"card"
],
"author": "Luiz Correia <[email protected]> (https://luizcorreia.eti.br)",
"license": "ISC",
"bugs": {
"url": "https://github.com/luizcorreia/npx_business_card/issues"
},
"homepage": "https://github.com/luizcorreia/npx_business_card#readme",
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"cli-spinners": "^2.6.0",
"inquirer": "^8.1.2",
"open": "^8.2.1",
"ora": "^5.4.1",
"request": "^2.88.2"
}
}