-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 958 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
41
42
43
{
"name": "complex-json",
"version": "0.1.4",
"description": "Access the deep objects inside an object with ease.",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:coveralls": "jest --coverage && coveralls < coverage/lcov.info",
"test:staged": "jest --findRelatedTests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigneshkv23/complex-json.git"
},
"keywords": [
"json",
"complexjson",
"object",
"deep",
"get",
"set",
"del",
"value",
"key",
"value",
"objects",
"jsonpath",
"complex-json",
"custom-json",
"object"
],
"author": "vignesh",
"license": "MIT",
"bugs": {
"url": "https://github.com/vigneshkv23/complex-json/issues"
},
"homepage": "https://github.com/vigneshkv23/complex-json#readme",
"devDependencies": {
"jest": "^26.4.2"
}
}