forked from akash-joshi/akash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 881 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 881 Bytes
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": "joshi",
"version": "0.0.3",
"description": "A personal card for Akash Joshi",
"author": "Akash Joshi",
"license": "MIT",
"main": "app/src/bin/card.js",
"bin": {
"pav": "app/src/bin/card.js"
},
"files": [
"app/src/bin/card.js",
"app/src/output"
],
"scripts": {
"prepublishOnly": "npm run prepare",
"prepare": "node app/build.js",
"start": "node app/src/bin/card.js",
"dev": "npm run prepare && npm start",
"test": "xo"
},
"repository": {
"type": "git",
"url": "https://github.com/akash-joshi"
},
"keywords": [
"namecard",
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"devDependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.1",
"xo": "^0.23.0"
},
"xo": {
"space": true,
"prettier": true,
"envs": [
"node"
]
}
}