-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.66 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
43
44
45
46
47
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {},
"name": "translation-stats",
"description": "The plugin adds a \"Translation Stats\" column to the plugin list screen in WordPress admin.",
"version": "0.9.4",
"devDependencies": {
"@wordpress/eslint-plugin": "^3.3.0",
"eslint": "^6.8.0",
"npm-check-updates": "^4.0.1",
"remark-lint": "^6.0.5",
"remark-preset-lint-recommended": "^3.0.3",
"sass-lint": "^1.13.1",
"scss": "^0.2.4",
"stylelint": "^12.0.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-recommended-scss": "^4.1.0",
"stylelint-config-wordpress": "^16.0.0",
"stylelint-scss": "^3.13.0",
"uglify-js": "^3.7.3"
},
"scripts": {
"build": "npm run build:js",
"build:js": "npm run build:plugins.js && npm run build:settings.js && npm run build:update-core.js",
"build:plugins.js": "uglifyjs js/tstats-plugins.js --compress drop_console=true -o js/tstats-plugins.min.js",
"build:settings.js": "uglifyjs js/tstats-settings.js --compress drop_console=true -o js/tstats-settings.min.js",
"build:update-core.js": "uglifyjs js/tstats-update-core.js --compress drop_console=true -o js/tstats-update-core.min.js",
"lint": "eslint .",
"update": "npm-check-updates"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedro-mendonca/Translation-Stats.git"
},
"keywords": [
"WordPress",
"i18n",
"l10n"
],
"author": "Pedro Mendonça",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pedro-mendonca/Translation-Stats/issues"
},
"homepage": "https://github.com/pedro-mendonca/Translation-Stats#readme"
}