André Menrath
593d79b4c7
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 54s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 57s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Has been cancelled
However: Nobody owns 'ActivityPub' as a product name! I am just tired of discussing with the Wordress plugin team about how to interpret their rules.
29 lines
No EOL
849 B
JSON
29 lines
No EOL
849 B
JSON
|
|
{
|
|
"name": "event-bridge-for-activitypub",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "André Menrath",
|
|
"web": "https://graz.social/@linos"
|
|
},
|
|
"scripts": {
|
|
"dev": "wp-scripts start",
|
|
"build": "wp-scripts build",
|
|
"readme": "grunt wp_readme_to_markdown",
|
|
"env-start": "wp-env start && wp-env run cli wp rewrite structure '/%year%/%monthnum%/%postname%/'",
|
|
"env-stop": "wp-env stop"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://code.event-federation.eu/Event-Federation/wordpress-event-bridge-for-activitypub/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/env": "^10.10.0",
|
|
"@wordpress/scripts": "^30.0.2",
|
|
"classnames": "^2.3.2",
|
|
"grunt": "^1.1.0",
|
|
"grunt-checktextdomain": "^1.0.1",
|
|
"grunt-wp-i18n": "^1.0.3",
|
|
"grunt-wp-readme-to-markdown": "^2.0.1"
|
|
}
|
|
} |