-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.48 KB
/
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
41
42
{
"name": "turgenev",
"version": "1.0.4",
"description": "Assesses the risk of falling under the \"Baden-Baden\" and shows what needs to be fixed",
"author": "Anton Lokotkov aka al5dy",
"license": "(ISC) GPLv3 or later",
"keywords": [
"Content analysis",
"Readability",
"seo",
"gutenberg",
"gutenberg editor"
],
"homepage": "https://turgenev.ashmanov.com/?a=home",
"repository": {
"type": "git",
"url": "https://github.com/al5dy/turgenev"
},
"bugs": {
"url": "https://github.com/al5dy/turgenev/issues",
"email": "[email protected]"
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^12.1.1"
},
"scripts": {
"packages-update": "wp-scripts packages-update",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start src/index.js src/index_old.js --output-path=build",
"build": "set NODE_ENV=production&&wp-scripts build src/index.js src/index_old.js --output-path=build",
"format:js": "wp-scripts format-js ./src",
"lint:js:src": "wp-scripts lint-js ./src",
"lint:style": "wp-scripts lint-style",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"check-licenses": "wp-scripts check-licenses",
"i18n-pot": "wp i18n make-pot . ./languages/turgenev.pot && cp ./languages/turgenev.pot ./languages/turgenev-ru_RU.po",
"i18n-json": "wp i18n make-json ./languages --no-purge",
"check-engines": "wp-scripts check-engines"
}
}