forked from Automattic/Co-Authors-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.75 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
48
49
50
{
"name": "co-authors-plus",
"version": "3.6.1",
"description": "Allows multiple authors to be assigned to a post.",
"license": "GPL-2.0-or-later",
"private": true,
"author": "Automattic and contributors",
"repository": "Automattic/Co-Authors-Plus",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "wp-scripts build",
"bump:patch": "bump patch --commit 'Version %s.' package.json package-lock.json co-authors-plus.php README.md",
"bump:minor": "bump minor --commit 'Version %s.' package.json package-lock.json co-authors-plus.php README.md",
"bump:major": "bump major --commit 'Version %s.' package.json package-lock.json co-authors-plus.php README.md",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format",
"format:js:src": "wp-scripts format ./src",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:js:src": "wp-scripts lint-js ./src",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"test:unit:watch": "wp-scripts test-unit-js --watch"
},
"dependencies": {
"@wordpress/api-fetch": "^6.14.0",
"@wordpress/components": "^21.0.0",
"@wordpress/data": "^7.1.0",
"@wordpress/element": "^4.15.0",
"@wordpress/i18n": "^4.17.0"
},
"devDependencies": {
"@wordpress/icons": "^9.33.0",
"@wordpress/scripts": "^24.0.0",
"classnames": "^2.3.2",
"prettier": "npm:wp-prettier@^2.2.1-beta-1",
"prop-types": "^15.8.1",
"version-bump-prompt": "^6.1.0"
},
"keywords": []
}