-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.14 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.14 KB
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
{
"name": "all-sites-cron",
"version": "1.0.0",
"description": "Run wp-cron on all public sites in a multisite network ([REST API based](#benefits-of-rest-mode)).",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "composer test",
"i18n": "npm run i18n:make-pot && npm run i18n:update-po && npm run i18n:make-mo && npm run i18n:make-json && npm run i18n:make-php",
"i18n:make-pot": "wp i18n make-pot . languages/all-sites-cron.pot --exclude=node_modules,vendor,tests,build --domain=all-sites-cron",
"i18n:update-po": "wp i18n update-po languages/all-sites-cron.pot languages/",
"i18n:make-mo": "wp i18n make-mo languages/",
"i18n:make-json": "wp i18n make-json languages/ --no-purge --use-map=i18n-map.json",
"i18n:make-php": "wp i18n make-php languages/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soderlind/all-sites-cron.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/soderlind/all-sites-cron/issues"
},
"homepage": "https://github.com/soderlind/all-sites-cron#readme"
}