File: /home/circuix/adrRc/wp-content/plugins/weglot/vendor/weglot/translation-definitions/package.json
{
"name": "weglot-translation-definitions",
"version": "2.3.2",
"main": "index.js",
"private": true,
"repository": "https://github.com/weglot/weglot-translation-definitions.git",
"author": "Mehdi Rejraji <mehdi.rejraji@gmail.com>",
"license": "MIT",
"scripts": {
"test": "echo \"Running tests before publishing...\"",
"preversion": "yarn test",
"postversion": "git push origin v$npm_package_version",
"update-languages": "http --pretty=format https://api.weglot.com/public/languages > data/available-languages.json"
}
}