-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.21 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.21 KB
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
{
"name": "groupdocs.search-for-node.js-via-java",
"version": "24.7.0",
"description": "GroupDocs.Search for Node.js via Java examples, plugins and showcase projects",
"main": "examples.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "post_install.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/groupdocs-search/GroupDocs.Search-for-Node.js-via-Java.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/groupdocs-search/GroupDocs.Search-for-Node.js-via-Java/issues"
},
"homepage": "https://github.com/groupdocs-search/GroupDocs.Search-for-Node.js-via-Java#readme",
"dependencies": {
"@groupdocs/groupdocs.search": "^24.7.0",
"dotenv": "^16.3.1",
"java": "^0.14.0"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
}
}