-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 993 Bytes
/
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
{
"name": "@clysema/logger",
"version": "0.0.4",
"description": "[![npm (scoped)](https://img.shields.io/npm/v/@clysema/logger.svg)](https://www.npmjs.com/package/@clysema/logger) [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@clysema/logger.svg)](https://www.npmjs.com/package/@clysema/logger)",
"main": "index.js",
"scripts": {
"preinstall": "node npm-preinstall.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Víctor Navarro <[email protected]> (https://www.clysema.com)",
"license": "MIT",
"dependencies": {
"joi": "^14.3.1",
"winston": "^2.4.4",
"winston-journald": "^0.4.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ingeniadevteam/clysema-logger.git"
},
"bugs": {
"url": "https://github.com/ingeniadevteam/clysema-logger/issues"
},
"homepage": "https://github.com/ingeniadevteam/clysema-logger#readme"
}