Logging/package.json
2020-04-20 17:15:23 +02:00

34 lines
714 B
JSON

{
"name": "@hibas123/logging",
"version": "2.4.2",
"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"
}
}