-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 985 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
45
{
"name": "raalzz",
"version": "2.0.0",
"description": "A personal card of Rahul Sawant",
"main": "/bin/card.js",
"bin": {
"raalzz": "./bin/card.js"
},
" repository ": {
" type ": " git ",
" url ": " https://github.com/Raalzz/personalCard.git"
},
"homepage": "https://raalzz.com",
"scripts": {
"prepublish": "npm run build",
"build": "node build.js",
"dev": "npm run build && node ./bin/card.js",
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card",
"raalzz",
"Rahul Sawant"
],
"author": "Rahul Sawant <[email protected]> (https://raalzz.com)",
"license": "MIT",
"files": [
"bin/card.js",
"bin/output"
],
"bugs": {
"url": "https://github.com/Raalzz/personalCard/issues"
},
"devDependencies": {
"boxen": "^4.2.0",
"chalk": "^3.0.0",
"standard": "^14.3.1"
}
}