-
Notifications
You must be signed in to change notification settings - Fork 521
/
package.json
44 lines (44 loc) · 961 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
{
"name": "bitandbang",
"version": "4.0.1",
"description": "A personal card for Tierney Cyren (@bitandbang)",
"main": "/bin/card.mjs",
"bin": {
"bitandbang": "./bin/card.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bnb/bitandbang.git"
},
"homepage": "https://bnb.im",
"scripts": {
"prepublish": "npm run build",
"build": "node build.mjs",
"dev": "npm run build && node ./bin/card.mjs",
"format": "npx @biomejs/biome format --write",
"lint": "npx @biomejs/biome lint --write",
"check": "npx @biomejs/biome check --write"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"author": "Tierney Cyren <[email protected]> (http://bnb.im)",
"license": "MIT",
"files": [
"bin/card.mjs",
"bin/output"
],
"devDependencies": {
"@biomejs/biome": "1.8.2",
"boxen": "^7.1.1",
"chalk": "^5.3.0"
},
"bugs": {
"url": "https://github.com/bnb/bitandbang/issues"
}
}