mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 02:42:13 +00:00
* replaced Signed-off-by: Avior <github@avior.me> * this is stupid Signed-off-by: Avior <github@avior.me> * run sonar only on latest node version Signed-off-by: Avior <github@avior.me> * try to use code coverage Signed-off-by: Avior <github@avior.me> * Fixed? Signed-off-by: Avior <github@avior.me> * try another way to send report files Signed-off-by: Avior <github@avior.me> * prrrrrrrrrrrrrrr Signed-off-by: Avior <github@avior.me> * prrrrrrrrrr2 Signed-off-by: Avior <github@avior.me> * prrrrrrrrrrrrrrrrrrr3 Signed-off-by: Avior <github@avior.me> * prrrrrrrrrrrrrrr15 Signed-off-by: Avior <github@avior.me> * prrrrrrrrrrrrr9001 Signed-off-by: Avior <github@avior.me>
24 lines
457 B
JSON
24 lines
457 B
JSON
{
|
|
"name": "@dzeio/libs",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/config",
|
|
"packages/dom-manager",
|
|
"packages/easy-sitemap",
|
|
"packages/listener",
|
|
"packages/logger",
|
|
"packages/object-util",
|
|
"packages/queue",
|
|
"packages/url-manager"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.2",
|
|
"jest": "^27.2.3",
|
|
"jest-sonar-reporter": "^2.0.0",
|
|
"ts-jest": "^27.0.5",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|