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",
|
"name": "fre-utils",
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"description": "",
|
"description": "FRE Access Systems Utilities",
|
||||||
"bin": "lib/index.js",
|
"bin": "lib/index.js",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": {
|
"dependencies": {
|
||||||
"ip": "^1.1.8",
|
"ip": "^1.1.8",
|
||||||
|
@ -47,25 +47,5 @@
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
"engineStrict": true,
|
"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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue