-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "eraser-cli",
"version": "1.0.3",
"description": "the cli tool for the comment-eraser package - easily integrate the comment-eraser into your build process or install it globally and use it wherever you want",
"main": "src/cli.js",
"bin": {
"eraser-cli": "bin/eraser-cli"
},
"publishConfig": {
"access": "public"
},
"author": {
"name": "Sina Bayandorian",
"email": "[email protected]",
"url": "https://portfolio-sina-byn.vercel.app/"
},
"repository": {
"type": "git",
"url": "https://github.com/sina-byn/eraser-cli"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"arg": "^5.0.2",
"chalk": "^4.1.2",
"comment-eraser": "^3.0.1"
},
"keywords": [
"cli",
"nodejs",
"javascript",
"npm-package",
"code-cleanup",
"comment-eraser",
"comment-remover"
],
"bugs": {
"url": "https://github.com/sina-byn/eraser-cli/issues",
"email": "[email protected]"
}
}