35 lines
780 B
JSON
35 lines
780 B
JSON
{
|
|
"name": "@hibas123/logging",
|
|
"version": "3.0.1",
|
|
"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",
|
|
"test": "tsc && node out/test.js",
|
|
"postpublish": "denreg publish"
|
|
},
|
|
"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": "^6.0.2",
|
|
"nodemon": "^2.0.7",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"dependencies": {}
|
|
}
|