-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 997 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
{
"name": "data-search",
"version": "1.3.9",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:rgiovani/data-search.git"
},
"author": "rgiovani <ronaldo-giovani07@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rgiovani/data-search/issues"
},
"homepage": "https://github.com/rgiovani/data-search#readme",
"dependencies": {
"eslint": "^7.10.0",
"jest": "^26.5.3",
"natural": "^2.1.5",
"nodemon": "^2.0.5",
"prettier": "^2.1.2",
"string-similarity": "^4.0.2"
},
"scripts": {
"start": "nodemon index.js ",
"test": "jest",
"test:cov": "jest --coverage"
},
"devDependencies": {
"@babel/preset-env": "^7.12.0"
},
"keywords": [
"object",
"obj",
"datasearch",
"research-objects",
"data",
"search",
"array",
"filter"
]
}