Logging/package.json

24 lines
514 B
JSON
Raw Normal View History

{
"name": "@hibas123/logging",
2019-04-01 03:50:11 +00:00
"version": "1.0.1",
"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"
}
}