-
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) · 958 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 958 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": "split-console",
"version": "1.0.4",
"description": "A custom console with log, error, warning, and progress functionalities for Node.js that provides a running display of log messages and progress bars in the console.",
"main": "index.js",
"scripts": {
"test_require": "node require.test.js",
"test_import": "node import.test.mjs",
"test": "npm run test_require && npm run test_import"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElliotGamer3/split-console.git"
},
"keywords": [
"console",
"logging",
"progress-bar",
"nodejs",
"terminal",
"cli",
"debugging",
"development",
"output",
"error-handling",
"custom-console"
],
"author": "Elliot \"ElliotGamer3\" Imhoff",
"license": "ISC",
"bugs": {
"url": "https://github.com/ElliotGamer3/split-console/issues"
},
"homepage": "https://github.com/ElliotGamer3/split-console#readme"
}