UNPKG

translation-io-sync

Version:

This Typescript implementation acts as a `translation.io` client

42 lines (41 loc) 848 B
{ "name": "translation-io-sync", "version": "0.0.9", "description": "This Typescript implementation acts as a `translation.io` client", "main": "index.js", "scripts": { "build": "./node_modules/.bin/tsc" }, "repository": { "type": "git", "url": "https://github.com/looorent/translation-io-sync" }, "keywords": [ "translation-io", "gettext", "po", "angular" ], "author": "Lorent Lempereur", "license": "MIT", "devDependencies": { "@types/node": "18.11.13", "@types/node-fetch": "2.6.2", "ts-node": "10.9.1", "typescript": "4.9.4" }, "dependencies": { "@types/uuid": "9.0.0", "clime": "0.5.14", "node-fetch": "2.6.7", "path": "0.12.7", "uuid": "9.0.0" }, "bin": { "translation-io-sync": "bin/cli.js" }, "files": [ "bin/", "dist/" ] }