generated from beyourahi/npx_card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 862 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": "jassie",
"version": "2.0.0",
"author": "Jaspreet Singh Sodhi <[email protected]>",
"description": "Hi there ! , How can i help you ?",
"main": "card.js",
"bin": "./card.js",
"repository": {
"type": "git",
"url": "https://github.com/codewithjaspreet/npx-jassi"
},
"scripts": {
"setup": "ncu -u && npm i",
"start": "node card.js"
},
"dependencies": {
"boxen": "^5.0.0",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"cli-spinners": "^2.5.0",
"inquirer": "^7.3.3",
"jassie": "^1.0.0",
"open": "^7.3.1",
"ora": "^5.3.0",
"request": "^2.88.2"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"license": "ISC"
}