-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 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
{
"name": "nested-object-filter",
"version": "1.2.3",
"description": "This package allows you to filter nested javascript object. It allows you to filter nested object with array of fields. This package has no limit to filter javascript object.",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MohammedBashiru/nested-object-filter.git"
},
"keywords": [
"nested-object-filter",
"javascript-object-filter",
"nested-object-extract",
"extract-data-from-object"
],
"author": "Mohammed Bashiru",
"license": "MIT",
"bugs": {
"url": "https://github.com/MohammedBashiru/nested-object-filter/issues"
},
"homepage": "https://github.com/MohammedBashiru/nested-object-filter#readme",
"devDependencies": {
"@babel/preset-env": "^7.7.1",
"@babel/preset-typescript": "^7.7.2",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.9",
"coveralls": "^3.0.7",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
},
"dependencies": {}
}