-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 873 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
{
"name": "itsjwags",
"version": "1.8.0",
"description": "A personal card for Jonathan Wagoner (@itsjwags)",
"main": "/bin/card.js",
"bin": {
"bitandbang": "./bin/card.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ITSjwags/npx-card.git"
},
"scripts": {
"prepare": "yarn build",
"build": "node build.js",
"dev": "yarn 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"
],
"author": "Jonathan Wagoner <[email protected]> (http://itsjwags.com)",
"license": "MIT",
"files": [
"bin/card.js",
"bin/output"
],
"devDependencies": {
"boxen": "^6.2.1",
"chalk": "^5.0.0",
"standard": "^16.0.4"
}
}