-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 752 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 752 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
{
"name": "node-color-log",
"version": "13.0.3",
"description": "The more powerful JavaScript logger for NodeJS and browsers.",
"main": "index.js",
"scripts": {
"test": "bash ./test/test_main.sh",
"test-windows": "powershell -File test/test_main.ps1",
"jest": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tigercosmos/node-color-log.git"
},
"keywords": [
"color",
"log",
"js",
"logger"
],
"author": "tigercosmos",
"license": "MIT",
"bugs": {
"url": "https://github.com/tigercosmos/node-color-log/issues"
},
"homepage": "https://github.com/tigercosmos/node-color-log",
"devDependencies": {
"jest": "^29.7.0",
"jest-expect-message": "^1.1.3"
}
}