UNPKG

reactifex

Version:

A helper for moving react-intl messages to transifex and back

35 lines (34 loc) 1.1 kB
{ "name": "reactifex", "version": "1.1.1", "description": "A helper for moving react-intl messages to transifex and back", "bin": "./main.js", "scripts": { "lint": "eslint .", "test_compile": "node main.js test_data/input/ test_data/test_output.json && diff test_data/test_output.json test_data/expected_output/messages.json", "test_comments": "node main.js test_data/input/ --comments && SECRET_USER=uname SECRET_PWD=password bash -x ./bash_scripts/put_comments.sh http://totally_real.notfake.com/api/ 2>&1 | grep PUT > output.txt && diff -w output.txt test_data/expected_output/test_curl.txt" }, "files": [ "main.js", "bash_scripts/" ], "repository": { "type": "git", "url": "git+https://github.com/efischer19/reactifex.git" }, "keywords": [ "react-intl", "transifex", "json", "i18n" ], "author": "Eric Fischer", "license": "MIT", "bugs": { "url": "https://github.com/efischer19/reactifex/issues" }, "homepage": "https://github.com/efischer19/reactifex#readme", "devDependencies": { "eslint": "^4.18.2" } }