Removing all Node specific stuff from NodeLogging.

This commit is contained in:
Fabian
2019-03-31 23:35:23 -04:00
commit e489a15892
11 changed files with 3971 additions and 0 deletions

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "@hibas123/logging",
"version": "1.0.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"prepublish": "tsc",
"build": "tsc",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "https://git.stamm.me/OpenServer/Logging.git"
},
"author": "Fabian Stamm",
"license": "MIT",
"devDependencies": {
"typescript": "^3.3.4000"
},
"dependencies": {
"@hibas123/utils": "^2.0.2"
}
}