-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 KB
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
46
{
"name": "eswat2",
"version": "2.1.237",
"description": "A personal card for Richard Hess (@eswat2)",
"main": "/bin/card.js",
"bin": {
"eswat2": "./bin/card.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eswat2/eswat2.git"
},
"scripts": {
"bump": "bumpp patch --commit --tag --push --yes",
"card": "node ./bin/card.js",
"release": "pnpm bump && pnpm build && pnpm card && pnpm publish",
"preinstall": "npx only-allow pnpm",
"build": "node build.mjs",
"dev": "pnpm build && pnpm card",
"lint": "standard",
"test": "echo skipping tests...",
"open": "npx eswat2@latest"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"author": "Tierney Cyren <[email protected]> (http://bnb.im)",
"license": "MIT",
"files": [
"bin/card.js",
"bin/output"
],
"devDependencies": {
"boxen": "8.0.1",
"bumpp": "11.0.1",
"only-allow": "1.2.2",
"picocolors": "1.1.1",
"standard": "17.1.2",
"yoctocolors": "2.1.2"
}
}