-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.13 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "feross-card",
"description": "It's me, Feross!",
"version": "1.0.2",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bin": {
"feross": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/feross/feross-card/issues"
},
"dependencies": {},
"devDependencies": {
"boxen": "^4.2.0",
"chalk": "^4.1.0",
"standard": "*"
},
"homepage": "https://github.com/feross/feross-card",
"keywords": [
"business card",
"card",
"feross",
"npm",
"npm card",
"npx",
"npx card"
],
"license": "MIT",
"main": "./bin/cmd.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/feross-card.git"
},
"scripts": {
"build": "node ./tools/build.js",
"start": "npm run build && ./bin/cmd.js",
"test": "standard"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}