newmax-utils
Version:
Utils & Libs for Newmax Tech
103 lines (102 loc) • 2.83 kB
JSON
{
"name": "newmax-utils",
"version": "0.0.207",
"description": "Utils & Libs for Newmax Tech",
"keywords": [
"typescript",
"utils",
"libs"
],
"homepage": "https://github.com/newmaxcom/core-newmax-utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/newmaxcom/core-newmax-utils.git"
},
"license": "MIT",
"author": "Newmax Tech",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"clean": "rimraf lib && rimraf coverage",
"commit": "git-cz",
"commit:all": "git add . && git-cz",
"dev": "ts-node ./src/index.ts",
"format": "prettier --write src/**/*.ts",
"lint": "eslint ./src/ --fix",
"publish:patch": "git-branch-is main && npm run build && npm version patch && npm publish",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS -g './config/git/commitlint.js'"
}
},
"lint-staged": {
"package.json": [
"sort-package-json",
"git add"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "config/git/commitizen.js"
}
},
"dependencies": {
"@logtail/node": "^0.4.21",
"@logtail/pino": "^0.4.22",
"@logtail/winston": "^0.4.21",
"archiver": "^7.0.1",
"express": "^4.19.2",
"google-auth-library": "^9.14.2",
"google-spreadsheet": "^4.1.4",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1",
"sequelize": "^6.37.3",
"winston": "^3.13.0",
"winston-transport": "^4.7.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@eslint/js": "^9.5.0",
"@types/archiver": "^6.0.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"cz-customizable": "^7.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"git-branch-is": "^4.0.0",
"globals": "^15.6.0",
"husky": "^4.3.8",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "5.0.7",
"sort-package-json": "^2.10.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1"
},
"engines": {
"node": ">=12.0"
}
}