-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 764 Bytes
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
{
"name": "logflex",
"version": "1.3.1",
"description": "A flexible logging utility for Node.js with support for TXT, CSV, JSON formats, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmJaradat01/LogFlex.git"
},
"keywords": [
"log",
"logging",
"file",
"utility",
"flexible",
"pro"
],
"author": "Ali Jaradat",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmJaradat01/LogFlex/issues"
},
"homepage": "https://github.com/AmJaradat01/LogFlex#readme",
"devDependencies": {
"typescript": "^4.0.0",
"jest": "^26.0.0",
"ts-jest": "^26.0.0"
}
}