@gdksoftware/logging
Version:
Logging package
28 lines (27 loc) • 647 B
JSON
{
"name": "@gdksoftware/logging",
"version": "1.0.3",
"description": "Logging package",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -declaration",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/GDK/npm-logging.git"
},
"keywords": [
"GDK",
"Software",
"logging"
],
"author": "GDK Software",
"license": "ISC",
"homepage": "https://bitbucket.org/GDK/npm-mysql#readme",
"dependencies": {
"@types/node": "^9.6.1",
"typescript": "2.7.2"
}
}