UNPKG

@vendure/ngx-translate-extract

Version:
89 lines (88 loc) 2.25 kB
{ "name": "@vendure/ngx-translate-extract", "version": "9.4.0", "description": "Extract strings from projects using ngx-translate", "author": "Kim Biesbjerg <kim@biesbjerg.com>", "license": "MIT", "type": "module", "scripts": { "build": "rimraf ./dist && tsc", "watch": "rimraf ./dist && tsc --watch", "test": "vitest", "lint": "eslint ./src/**/*.ts" }, "dependencies": { "@phenomnomnominal/tsquery": "^6.1.3", "braces": "^3.0.2", "colorette": "^2.0.20", "flat": "^6.0.1", "gettext-parser": "^4.2.0", "glob": "^10.3.0", "json5": "^2.2.3", "tsconfig": "^7.0.0", "yargs": "^17.7.2" }, "devDependencies": { "@angular/compiler": "^17.0.4", "@types/braces": "^3.0.4", "@types/gettext-parser": "^4.0.4", "@types/node": "^18", "@types/yargs": "^17.0.32", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/eslint-plugin-tslint": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.32.0", "eslint-plugin-import": "^2.29.0", "prettier": "^2.7.1", "pretty-quick": "^3.1.3", "rimraf": "^5.0.5", "typescript": "~5.2.2", "vitest": "^1.3.1" }, "peerDependencies": { "@angular/compiler": ">=17.0.0", "typescript": ">=5.2.0" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "bin/", "dist/" ], "bin": { "ngx-translate-extract": "bin/cli.js" }, "prettier": { "trailingComma": "none", "printWidth": 145, "useTabs": true, "singleQuote": true }, "repository": { "type": "git", "url": "git@github.com:vendure-ecommerce/ngx-translate-extract.git" }, "keywords": [ "angular", "ionic", "ngx-translate", "extract", "extractor", "translate", "translation", "i18n", "gettext" ], "bugs": { "url": "https://github.com/vendure-ecommerce/ngx-translate-extract/issues" }, "homepage": "https://github.com/vendure-ecommerce/ngx-translate-extract", "engines": { "node": ">=18.13.0", "npm": ">=8" }, "config": {}, "publishConfig": { "registry": "https://registry.npmjs.org" } }