-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 854 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
{
"name": "sinhala-songs-search-engine",
"version": "1.0.0",
"description": "This project is to build a Text Corpus and a Search Application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinoja98/Sinhala-Songs-Search-Engine.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vinoja98/Sinhala-Songs-Search-Engine/issues"
},
"homepage": "https://github.com/vinoja98/Sinhala-Songs-Search-Engine#readme",
"dependencies": {
"@elastic/elasticsearch": "^8.5.0",
"axios": "^1.2.1",
"config": "^3.3.8",
"cors": "^2.8.5",
"express": "^4.18.2",
"log-timestamp": "^0.3.0",
"nodemon": "^2.0.20"
}
}