-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "iamdarshshah",
"version": "1.0.6",
"description": "🃏 npx business card",
"keywords": [
"npm",
"npx",
"chalk",
"business-card"
],
"homepage": "https://github.com/iamdarshshah/business-card",
"bugs": {
"url": "https://github.com/iamdarshshah/business-card/issues"
},
"license": "MIT",
"author": {
"name": "Darsh Shah",
"email": "[email protected]",
"url": "https://darshshah.me"
},
"main": "src/index.js",
"bin": {
"iamdarshshah": "src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/iamdarshshah/business-card"
},
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"dependencies": {
"chalk": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-iamdarshshah": "^1.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"nodemon": "^2.0.4",
"prettier": "^2.0.5"
},
"peerDependencies": {}
}