remove infos package

This commit is contained in:
Ivan Antunes 2024-01-09 08:34:54 -03:00
parent ac0a0b802e
commit 02da2b9957
2 changed files with 3 additions and 23 deletions

View File

View File

@ -1,7 +1,7 @@
{
"name": "fre-utils",
"version": "1.1.1",
"description": "",
"description": "FRE Access Systems Utilities",
"bin": "lib/index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@ -26,7 +26,7 @@
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://git@git.fre.com.br:FREInformatica/node-fre-utils.git"
"url": "git+https://git.fre.com.br/FRE-Publico/node-fre-utils.git"
},
"dependencies": {
"ip": "^1.1.8",
@ -47,25 +47,5 @@
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engineStrict": true,
"jest": {
"clearMocks": true,
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.ts"
],
"testRegex": "\\.test\\.ts",
"coverageDirectory": "coverage",
"transform": {
".+\\.ts$": "ts-jest"
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
"engineStrict": true
}