-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
34 lines (34 loc) · 891 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
{
"name": "wordpress-webmention",
"description": "Webmention support for WordPress posts",
"main": "webmention.php",
"devDependencies": {
"@wordpress/components": "^29.4.0",
"@wordpress/data": "^10.0.0",
"@wordpress/env": "^10.10.0",
"@wordpress/icons": "^10.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pfefferle/wordpress-webmention.git"
},
"keywords": [
"webmention",
"pingback",
"trackback",
"linkback"
],
"author": "Matthias Pfefferle",
"license": "MIT",
"bugs": {
"url": "https://github.com/pfefferle/wordpress-webmention/issues"
},
"homepage": "https://github.com/pfefferle/wordpress-webmention",
"scripts": {
"dev": "wp-scripts start",
"build": "wp-scripts build",
"readme": "grunt wp_readme_to_markdown",
"env-start": "wp-env start",
"env-stop": "wp-env stop"
}
}