-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 946 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "log-ingestor-and-query-interface",
"version": "1.0.0",
"description": "Log ingestor and query interface for efficient log data management. Ingest logs over HTTP and seamlessly query logs with full-text search and various field filters.",
"scripts": {
"start:dev": "concurrently \"npm run start:frontend\" \"npm run start:backend\"",
"start:frontend": "cd frontend && npm start",
"start:backend": "cd backend && npm start",
"start:kafka-consumer": "cd backend && cd controllers && cd kafka && nodemon kafka-consumer.controller.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohitvpatil0810/log-ingestor-and-query-interface.git"
},
"author": "Rohit Patil",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohitvpatil0810/log-ingestor-and-query-interface/issues"
},
"homepage": "https://github.com/rohitvpatil0810/log-ingestor-and-query-interface#readme"
}