-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "logitall",
"version": "1.6.1",
"description": "A program for making your code console.log() everything. logitall logs it all.",
"main": "index.js",
"repository": "https://github.com/elonvolo/logitall.git",
"author": "Elon Volo<[email protected]> (https://github.com/elonvolo)",
"scripts": {
"logitall": "node bin/logitall.js",
"test": "jest --bail"
},
"bin": {
"logitall": "bin/logitall.js"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.10.0",
"jest": "^27.5.1"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.0.0",
"esbuild": "^0.14.25",
"evcodeshift": "^2.3.0",
"jscodeshift-helper": "^1.1.0",
"json-cycle": "^1.3.0",
"lodash": "^4.17.21",
"node": "^17.5.0"
},
"keywords": [
"console.log",
"logitall",
"all"
],
"license": "MIT"
}