36 lines
796 B
JSON
36 lines
796 B
JSON
{
|
|
"name": "@hibas123/logging",
|
|
"version": "2.6.0",
|
|
"description": "",
|
|
"main": "out/index.js",
|
|
"types": "out/index.d.ts",
|
|
"module": "esm/index.js",
|
|
"scripts": {
|
|
"prepublish": "npm run build",
|
|
"build": "tsc && tsc -p tsconfig.esm.json",
|
|
"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/",
|
|
"esm/",
|
|
"tsconfig.json",
|
|
"readme.md"
|
|
],
|
|
"devDependencies": {
|
|
"concurrently": "^5.3.0",
|
|
"nodemon": "^2.0.4",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@hibas123/utils": "^2.2.10"
|
|
}
|
|
}
|