File size: 823 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	"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:^"
	}
}