-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
{
"name": "output-logger",
"version": "2.3.8",
"description": "Powerful JavaScript logging library with input, file output, animation and progress bar support!",
"keywords": [
"npm",
"library",
"logging",
"file logging",
"logger",
"file logger",
"console.log"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"types": "jsdoc -t node_modules/tsd-jsdoc/dist -r index.js -r lib/. -d types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3urobeat/output-logger.git"
},
"publishConfig": {
"registry": "https://registry-url"
},
"author": "3urobeat",
"license": "MIT",
"bugs": {
"url": "https://github.com/3urobeat/output-logger/issues"
},
"homepage": "https://github.com/3urobeat/output-logger#readme",
"dependencies": {
"fs": "*",
"readline": "^1.3.0"
},
"devDependencies": {
"tsd-jsdoc": "^2.5.0"
},
"types": "./types/types.d.ts"
}