-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "rishabh007",
"version": "1.0.0",
"description": "Risahbh's business card",
"main": "bin/card.js",
"bin": {
"e33or_assasin": "./bin/card.js"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm-run-all --parallel autobuild watch:app",
"autobuild": "nodemon --watch bin build-card.js",
"watch:app": "nodemon --watch ./build-card.js ./bin/card.js",
"build": "./build-card.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RishabhKodes/npxCard"
},
"keywords": [
"npx",
"business",
"card"
],
"author": "e33or_assasin",
"license": "MIT",
"files": [
"bin/card.js",
"bin/output"
],
"bugs": {
"url": "https://github.com/RishabhKodes/npxCard"
},
"devDependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.1",
"eslint": "^5.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5"
}
}