-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 731 Bytes
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
30
{
"requires": true,
"name": "gp-format-csv",
"version": "1.0.2",
"description": "Adds the CSV format to GlotPress to export/import translations and originals.",
"author": "Pedro Mendonça",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"i18n",
"l10n",
"GlotPress",
"csv"
],
"homepage": "https://github.com/pedro-mendonca/GP-Format-CSV#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pedro-mendonca/GP-Format-CSV.git"
},
"bugs": {
"url": "https://github.com/pedro-mendonca/GP-Format-CSV/issues"
},
"devDependencies": {
"@wordpress/scripts": "^32.1.0"
},
"scripts": {
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json"
}
}