feat(ts): initial

This commit is contained in:
2018-01-28 04:31:06 +01:00
parent 42eda7bbf2
commit 3472ddfad7
17 changed files with 644 additions and 54 deletions

View File

@ -1,28 +1,25 @@
{
"name": "smartlog",
"version": "1.0.0",
"description": "ultra stable logging API, that allows registering third party log tools",
"version": "1.0.1",
"description": "winston based logger for large scale projects",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartlog.git"
},
"keywords": [
"log",
"stable",
"register",
"beautylog"
],
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartlog/issues"
"license": "",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"tapbundle": "^1.0.13"
},
"homepage": "https://gitlab.com/pushrocks/smartlog#README",
"dependencies": {
"typings-global": "^1.0.14"
"winston": "^3.0.0-rc1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}