{
	"name": "@opi_pib/node-translate",
	"version": "2.2.3",
	"description": "Translation tools",
	"main": "dist/cli.js",
	"types": "dist/cli.d.ts",
	"scripts": {
		"build": "npx rimraf dist && tsc",
		"test": "jest --detectOpenHandles",
		"lint": "eslint --ignore-path .gitignore **/*.ts --fix",
		"prepare": "husky"
	},
	"prepublishOnly": "tsc",
	"files": [
		"dist"
	],
	"keywords": [
		"node translation tools",
		"node translation helpers"
	],
	"author": "Dawid Lubowiecki",
	"license": "MIT",
	"lint-staged": {
		"*.{js,mjs,ts}": "eslint --fix",
		"*": "prettier -u -w"
	},
	"prettier": "@opi_pib/prettier-config-base",
	"engines": {
		"node": ">=24.0.0",
		"npm": ">=10.8.0"
	},
	"dependencies": {
		"@opi_pib/node-utility": "^3.0.0",
		"@opi_pib/ts-utility": "^2.0.0",
		"fast-glob": "^3.0.0",
		"fs-extra": "^11.0.0",
		"ramda": "^0.32.0",
		"yargs": "^18.0.0"
	},
	"devDependencies": {
		"@opi_pib/eslint-config-base": "^9.0.0",
		"@opi_pib/prettier-config-base": "^1.0.0",
		"@types/fs-extra": "^11.0.0",
		"@types/jest": "^30.0.0",
		"@types/ramda": "^0.31.0",
		"@types/yargs": "^17.0.0",
		"husky": "^9.0.0",
		"jest": "^30.0.0",
		"lint-staged": "^16.0.0",
		"ts-jest": "^29.0.0",
		"typescript": "^5.0.0"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/OPI-PIB/node-translate.git"
	},
	"bin": {
		"translate": "./dist/cli.js"
	}
}
