remove infos package
This commit is contained in:
parent
ac0a0b802e
commit
02da2b9957
26
package.json
26
package.json
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue