{ "name": "i18n-calypso-cli", "version": "1.0.0", "description": "I18n-calypso CLI for extracting translation files from JS sources.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/i18n-calypso-cli" }, "author": "Automattic Inc.", "license": "GPL-2.0-or-later", "bin": { "i18n-calypso": "cli.js" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/i18n-calypso-cli#readme", "dependencies": { "commander": "^5.1.0", "debug": "^4.4.1", "globby": "^10.0.2", "xgettext-js": "^3.0.0" }, "devDependencies": { "@automattic/calypso-eslint-overrides": "workspace:^", "@automattic/calypso-typescript-config": "workspace:^" } }