54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "fre-utils",
|
|
"version": "1.1.3",
|
|
"description": "FRE Access Systems Utilities",
|
|
"bin": "lib/index.js",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"postversion": "git push && git push --tags"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"keywords": [
|
|
"api",
|
|
"node",
|
|
"js",
|
|
"ts",
|
|
"utils"
|
|
],
|
|
"author": {
|
|
"email": "tisoares@outlook.com",
|
|
"name": "Tiago Soares",
|
|
"url": "https://github.com/tisoares/"
|
|
},
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.fre.com.br/FRE-Publico/node-fre-utils.git"
|
|
},
|
|
"dependencies": {
|
|
"ip": "^1.1.8",
|
|
"pino": "^8.17.2",
|
|
"pino-http": "^9.0.0",
|
|
"pino-pretty": "^10.3.1",
|
|
"proxy-addr": "^2.0.7",
|
|
"range_check": "^2.0.4",
|
|
"tslib": "^2.6.2",
|
|
"tslint": "^6.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ip": "^1.1.3",
|
|
"@types/jest": "^29.5.11",
|
|
"@types/node": "^20.10.4",
|
|
"@types/proxy-addr": "^2.0.3",
|
|
"javascript-obfuscator": "^4.1.0",
|
|
"jest": "^29.7.0",
|
|
"nodemon": "^3.0.2",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engineStrict": true
|
|
} |