gettext-extractor
Version:
Gettext extractor for JavaScript, TypeScript, JSX and HTML
50 lines (49 loc) • 1.27 kB
JSON
{
"name": "gettext-extractor",
"version": "4.0.1",
"description": "Gettext extractor for JavaScript, TypeScript, JSX and HTML",
"author": "Connected Cars <hello@connectedcars.io>",
"repository": "connectedcars/gettext-extractor",
"bugs": "https://github.com/connectedcars/gettext-extractor/issues",
"license": "MIT",
"keywords": [
"gettext",
"extractor",
"typescript",
"po-files",
"i18n",
"l10n",
"translation"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"LICENSE.md",
"README.md"
],
"scripts": {
"test": "jest --config jest.json",
"test:e2e": "jest --config jest.e2e.json",
"lint": "tslint src/**/*.ts{,x}",
"build": "tsc"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@types/parse5": "^5",
"css-selector-parser": "^1.3",
"glob": "11.0.1",
"parse5": "5 - 6",
"pofile": "1.0.x",
"typescript": "^5.4.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^20.9.0",
"jest": "^30.0.0",
"ts-jest": "^29.4.0",
"tslint": "^5.11.0"
}
}