-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
{
"name": "negebauer",
"version": "1.3.4",
"description": "A personal card for Nicolas Gebauer (@negebauer)",
"repository": "[email protected]:negebauer/businesscard.git",
"main": "/bin/card.js",
"homepage": "https://negebauer.com",
"license": "MIT",
"author": {
"name": "Nicolas Gebauer",
"email": "[email protected]",
"url": "https://negebauer.com"
},
"bin": {
"negebauer": "./bin/card.js"
},
"files": [
"bin/card.js"
],
"bugs": {
"url": "https://github.com/negebauer/businesscard/issues"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"scripts": {
"dev": "nodemon bin/card.js",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"release": "standard-version",
"postrelease": "git push --follow-tags && yarn publish --non-interactive --access public"
},
"dependencies": {
"boxen": "^4.1.0",
"chalk": "^3.0.0"
},
"devDependencies": {
"@negebauer/eslint-config-base": "^1.1.0",
"@negebauer/prettier-config": "^1.0.2",
"eslint": "^6.7.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.5",
"eslint-plugin-prettier": "^3.1.1",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"rosie": "^2.0.1",
"standard-version": "^8.0.1"
}
}