@myrotvorets/po2json
Version:
Convers a PO files into JED compatible with WordPress i18n
42 lines (41 loc) • 971 B
JSON
{
"name": "@myrotvorets/po2json",
"version": "1.0.3",
"main": "dist/po2json.js",
"bin": {
"po2json": "dist/po2json.js"
},
"scripts": {
"build": "ncc build -mq po2json.js && mv dist/index.js dist/po2json.js",
"test": "exit 0"
},
"keywords": [
"po",
"jed",
"wordpress",
"i18n",
"internationalization"
],
"files": [
"dist/po2json.js"
],
"author": "Myrotvorets <support@myrotvorets.center> (https://myrotvorets.center/)",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"pofile": "^1.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myrotvorets/po2json.git"
},
"description": "Convers a PO files into JED compatible with WordPress i18n",
"bugs": {
"url": "https://github.com/myrotvorets/po2json/issues"
},
"homepage": "https://github.com/myrotvorets/po2json#readme",
"publishConfig": {
"access": "public"
}
}