-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 975 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
{
"name": "elastic-nodets",
"version": "1.0.0",
"description": "a high-performance blog search application using Node.js, TypeScript, and Elasticsearch.",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"serve": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moein9gh/elastic-nodets.git"
},
"keywords": [
"nodejs",
"typescript",
"elasticsearch",
"elk",
"js"
],
"author": "https://github.com/moein9gh",
"license": "ISC",
"bugs": {
"url": "https://github.com/moein9gh/elastic-nodets/issues"
},
"homepage": "https://github.com/moein9gh/elastic-nodets#readme",
"dependencies": {
"@types/body-parser": "^1.19.2",
"@types/elasticsearch": "^5.0.40",
"@types/express": "^4.17.17",
"body-parser": "^1.20.2",
"elasticsearch": "^16.7.3",
"express": "^4.18.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}