yogeshs-utilities
Version:
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "yogeshs-utilities",
"version": "6.0.2",
"description": "yogeshs-utilities",
"main": "index.js",
"types": "dist/index.d.ts",
"files": [
"index.js",
"src/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"common-utilities",
"utils",
"utilities"
],
"author": "sonawane-yogesh",
"license": "MIT",
"dependencies": {
"@types/lodash": "^4.14.202",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.19",
"@types/progress": "^2.0.7",
"@types/unzipper": "^0.10.9",
"app-root-path": "^3.1.0",
"dotenv": "^16.4.5",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"progress": "^2.0.3",
"redactyl.js": "^1.5.0",
"typescript": "^5.3.3",
"unzipper": "^0.10.14",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yogeshs-devops/yogeshs-utilities.git"
},
"bugs": {
"url": "https://github.com/yogeshs-devops/yogeshs-utilities/issues"
},
"homepage": "https://github.com/yogeshs-devops/yogeshs-utilities#readme"
}