-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1012 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
{
"name": "almog-gutin",
"version": "1.0.0",
"description": "A cli npx business card for Almog Gutin",
"main": "src/index.js",
"bin": "src/index.js",
"repository": {
"directory": "git",
"url": "git@github.com:almoggutin/NPX-Card.git"
},
"scripts": {
"test": "node src/index.js",
"publish-patch": "npm version patch & npm publish",
"publish-major": "npm version major & npm publish"
},
"type": "module",
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"author": "Almog Gutin",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"boxen": "^6.2.1",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"cli-spinners": "^2.6.1",
"inquirer": "^8.2.2",
"open": "^8.4.0",
"ora": "^6.1.0"
},
"devDependencies": {
"eslint": "^8.12.0",
"prettier": "^2.6.1"
}
}