Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "name": "transapp",
  3. "version": "0.0.1",
  4. "description": "Master the Translate API to create. string Hello world is adde to each lang located in the i18n directory using the translator",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "Guillaume Isabelle",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@exponent/json-file": "^5.3.0",
  14. "@google-cloud/translate": "^3.0.1"
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement