xgettext-js
Version:
xgettext string extractor tool capable of parsing JavaScript files
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "xgettext-js",
"version": "3.0.0",
"author": "Andrew Duthie <andrew@andrewduthie.com>",
"description": "xgettext string extractor tool capable of parsing JavaScript files",
"main": "xgettext.js",
"files": [
"xgettext.js"
],
"homepage": "https://github.com/automattic/xgettext-js",
"license": "GPL-2.0-or-later",
"keywords": [
"xgettext",
"gettext",
"i18n",
"l10n",
"internationalization",
"localization"
],
"repository": {
"type": "git",
"url": "https://github.com/automattic/xgettext-js"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint && mocha",
"test-watch": "mocha --watch"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"@babel/parser": "^7.5.5",
"estree-walker": "^0.6.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-wpcalypso": "^4.0.1",
"eslint-plugin-wpcalypso": "^4.1.0",
"mocha": "^6.2.0"
}
}