-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 925 Bytes
/
package.json
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
31
32
33
34
35
36
37
38
39
40
{
"name": "drupal-gutenberg-translations",
"version": "1.1.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/front/drupal-gutenberg-translations.git"
},
"homepage": "https://github.com/front/drupal-gutenberg-translations#readme",
"bugs": {
"url": "https://github.com/front/drupal-gutenberg-translations/issues"
},
"author": "The Frontkom Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"Drupal",
"Frontkom",
"Javascript",
"Gutenberg",
"I18N"
],
"engines": {
"yarn": ">= 1.6",
"node": ">= 8.11"
},
"scripts": {
"drupal-gutenberg-translations": "node ./index.js"
},
"bin": {
"drupal-gutenberg-translations": "./index.js"
},
"dependencies": {
"chalk": "^2.4.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"minimist": "^1.2.5",
"typescript": "^3.8.3"
}
}