-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
40 lines (40 loc) · 1001 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
37
38
39
40
{
"name": "dumper.js",
"version": "1.3.1",
"description": "A better and pretty variable inspector for your Node.js applications.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/jest && ./node_modules/.bin/codecov",
"prettier": "prettier --write src/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ziishaned/dumper.js.git"
},
"keywords": [
"dd",
"dumper",
"dump",
"debug",
"console"
],
"author": "Zeeshan Ahmad <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ziishaned/dumper.js/issues"
},
"homepage": "https://github.com/ziishaned/dumper.js#readme",
"devDependencies": {
"codecov": "^3.3.0",
"eslint": "^5.16.0",
"istanbul": "^0.4.5",
"jest": "^24.7.1",
"prettier": "^1.17.0"
},
"dependencies": {
"caller-id": "^0.1.0",
"cycle": "^1.0.3",
"kind-of": "^6.0.2",
"kleur": "^3.0.3"
}
}