-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 881 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
{
"name": "debug-console-logs",
"version": "2.0.3",
"description": "A very lightweight module to print logs via console only if needed",
"main": "index.js",
"scripts": {
"test": "node index.test.js"
},
"type": "module",
"typings": "types",
"author": "Amit Tal",
"license": "Apache-2.0",
"homepage": "https://github.com/amitosdev/debug-console-logs#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier-standard": "^4.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-promise": "^6.1.1",
"prettier": "3.1.1",
"prettier-config-standard": "^7.0.0"
}
}