34 lines
714 B
JSON
34 lines
714 B
JSON
{
|
|
"name": "@hibas123/logging",
|
|
"version": "2.4.3",
|
|
"description": "",
|
|
"main": "out/index.js",
|
|
"types": "out/index.d.ts",
|
|
"scripts": {
|
|
"prepublish": "tsc",
|
|
"build": "tsc",
|
|
"dev": "nodemon -e ts --exec ts-node src/test.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.stamm.me/OpenServer/Logging.git"
|
|
},
|
|
"author": "Fabian Stamm",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src/",
|
|
"out/",
|
|
"tsconfig.json",
|
|
"readme.md"
|
|
],
|
|
"devDependencies": {
|
|
"concurrently": "^5.1.0",
|
|
"nodemon": "^2.0.3",
|
|
"ts-node": "^8.8.2",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@hibas123/utils": "^2.2.4"
|
|
}
|
|
}
|