-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 843 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
{
"name": "mtkuma",
"version": "1.0.2",
"description": "presentation card unsing npx",
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FourneauxThibaut/npx-card.git"
},
"author": "Fourneaux Thibaut <fourneaux.thibaut@gmail.com> (https://thibaut-fourneaux.be/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/FourneauxThibaut/npx-card/issues"
},
"homepage": "https://github.com/FourneauxThibaut/npx-card#readme",
"dependencies": {
"boxen": "^6.2.1",
"chalk": "^4.1.1",
"gradient-string": "^2.0.0",
"open": "^7.0.4"
}
}