-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "pino-hana",
"version": "0.0.2",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint .",
"migrate": "node utils/dbMigration.js",
"ci": "mocha --recursive",
"test": "mocha --recursive",
"watch-test": "nodemon --exec npm run test"
},
"keywords": [
"pino",
"sap",
"hana",
"log"
],
"homepage": "https://github.com/HiImGiovi/pino-hana#readme",
"precommit": [
"lint",
"test"
],
"author": "Simone Giovinazzo <sgiovinazz96@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/HiImGiovi/pino-hana.git"
},
"license": "MIT",
"description": "Pino transport to save Pino logs into SAP HANA Database",
"dependencies": {
"hdb": "^0.19.10",
"pino": "^9.4.0",
"pino-abstract-transport": "^2.0.0",
"sonic-boom": "^4.1.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@eslint/js": "^9.12.0",
"@sap/hana-client": "^2.22.27",
"chai": "^5.1.1",
"eslint": "^9.12.0",
"eslint-plugin-mocha": "^10.5.0",
"globals": "^15.10.0",
"mocha": "^10.7.3",
"nodemon": "^3.1.7"
}
}