-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 848 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
{
"name": "elasticsearch-docker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wajahat-Husain/ElasticSearch-docker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wajahat-Husain/ElasticSearch-docker/issues"
},
"homepage": "https://github.com/Wajahat-Husain/ElasticSearch-docker#readme",
"dependencies": {
"@elastic/elasticsearch": "^8.8.1",
"apollo-server-express": "^3.12.0",
"body-parser": "^1.20.2",
"config": "^3.3.9",
"dotenv": "^16.3.1",
"ethers": "^6.6.0",
"express": "^4.18.2",
"mongodb": "^5.6.0",
"nodemon": "^2.0.22",
"redis": "^4.6.7",
"web3": "^4.0.1"
}
}