-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "useful-logger",
"version": "0.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Datzu712/useful-logger"
},
"keywords": [
"logger",
"log",
"logging",
"node",
"files",
"loglevel",
"tools"
],
"author": "Datzu712",
"license": "MIT",
"bugs": {
"url": "https://github.com/Datzu712/useful-logger/issues"
},
"homepage": "https://github.com/Datzu712/useful-logger#readme",
"devDependencies": {
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"ts-essentials": "^10.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"files": [
"dist"
]
}