-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpackage.json
36 lines (36 loc) · 1.24 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
{
"name": "wordpress-activitypub",
"description": "The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.",
"repository": {
"type": "git",
"url": "git+/~https://github.com/automattic/wordpress-activitypub.git"
},
"author": {
"name": "Matthias Pfefferle",
"web": "https://notiz.blog"
},
"scripts": {
"dev": "wp-scripts start",
"build": "wp-scripts build",
"env-start": "wp-env start && wp-env run cli wp rewrite structure '/%year%/%monthnum%/%postname%/'",
"env-stop": "wp-env stop",
"env-test": "wp-env run tests-cli --env-cwd=\"wp-content/plugins/activitypub\" vendor/bin/phpunit",
"release": "node bin/release.js"
},
"license": "MIT",
"bugs": {
"url": "/~https://github.com/automattic/wordpress-activitypub/issues"
},
"homepage": "/~https://github.com/automattic/wordpress-activitypub#readme",
"devDependencies": {
"@wordpress/blocks": "^14.0.0",
"@wordpress/components": "^29.1.1",
"@wordpress/data": "^10.0.0",
"@wordpress/dom-ready": "^4.0.0",
"@wordpress/element": "^6.0.0",
"@wordpress/env": "^10.10.0",
"@wordpress/icons": "^10.10.0",
"@wordpress/scripts": "^27.0.0",
"classnames": "^2.3.2"
}
}