-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
34 lines (34 loc) · 1.1 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
{
"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"
},
"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": "^28.0.0",
"@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"
}
}