|
1 | 1 | { |
2 | | - "name": "wordpress-activitypub", |
3 | | - "description": "The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.", |
4 | | - "repository": { |
5 | | - "type": "git", |
6 | | - "url": "git+https://github.com/automattic/wordpress-activitypub.git" |
7 | | - }, |
8 | | - "author": { |
9 | | - "name": "Matthias Pfefferle", |
10 | | - "web": "https://notiz.blog" |
11 | | - }, |
12 | | - "scripts": { |
13 | | - "dev": "wp-scripts start", |
14 | | - "build": "wp-scripts format && wp-scripts build", |
15 | | - "format": "wp-scripts format", |
16 | | - "lint:css": "wp-scripts lint-style", |
17 | | - "lint:js": "wp-scripts lint-js", |
18 | | - "env": "wp-env", |
19 | | - "env-start": "wp-env start && wp-env run cli wp rewrite structure '/%year%/%monthnum%/%postname%/'", |
20 | | - "env-stop": "wp-env stop", |
21 | | - "env-test": "wp-env run tests-cli --env-cwd=\"wp-content/plugins/activitypub\" vendor/bin/phpunit", |
22 | | - "release": "node bin/release.js" |
23 | | - }, |
24 | | - "license": "MIT", |
25 | | - "bugs": { |
26 | | - "url": "https://github.com/automattic/wordpress-activitypub/issues" |
27 | | - }, |
28 | | - "homepage": "https://github.com/automattic/wordpress-activitypub#readme", |
29 | | - "devDependencies": { |
30 | | - "@wordpress/api-fetch": "^7.22.0", |
31 | | - "@wordpress/block-editor": "^14.17.0", |
32 | | - "@wordpress/blocks": "^14.0.0", |
33 | | - "@wordpress/components": "^29.1.1", |
34 | | - "@wordpress/compose": "^7.22.0", |
35 | | - "@wordpress/core-data": "^7.22.0", |
36 | | - "@wordpress/data": "^10.0.0", |
37 | | - "@wordpress/dom-ready": "^4.0.0", |
38 | | - "@wordpress/editor": "^14.22.0", |
39 | | - "@wordpress/element": "^6.0.0", |
40 | | - "@wordpress/env": "^10.10.0", |
41 | | - "@wordpress/i18n": "^5.22.0", |
42 | | - "@wordpress/icons": "^10.10.0", |
43 | | - "@wordpress/plugins": "^7.22.0", |
44 | | - "@wordpress/prettier-config": "^4.23.0", |
45 | | - "@wordpress/primitives": "^4.22.0", |
46 | | - "@wordpress/scripts": "^27.0.0", |
47 | | - "@wordpress/url": "^4.22.0", |
48 | | - "classnames": "^2.3.2", |
49 | | - "prettier": "npm:wp-prettier@^3.0.3" |
50 | | - } |
| 2 | + "name": "wordpress-activitypub", |
| 3 | + "description": "The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.", |
| 4 | + "repository": { |
| 5 | + "type": "git", |
| 6 | + "url": "git+https://github.com/automattic/wordpress-activitypub.git" |
| 7 | + }, |
| 8 | + "author": { |
| 9 | + "name": "Matthias Pfefferle", |
| 10 | + "web": "https://notiz.blog" |
| 11 | + }, |
| 12 | + "scripts": { |
| 13 | + "dev": "wp-scripts start", |
| 14 | + "build": "wp-scripts format && wp-scripts build", |
| 15 | + "format": "wp-scripts format", |
| 16 | + "lint:css": "wp-scripts lint-style", |
| 17 | + "lint:js": "wp-scripts lint-js", |
| 18 | + "env": "wp-env", |
| 19 | + "env-start": "wp-env start && wp-env run cli wp rewrite structure '/%year%/%monthnum%/%postname%/'", |
| 20 | + "env-stop": "wp-env stop", |
| 21 | + "env-test": "wp-env run tests-cli --env-cwd=\"wp-content/plugins/activitypub\" vendor/bin/phpunit", |
| 22 | + "release": "node bin/release.js" |
| 23 | + }, |
| 24 | + "license": "MIT", |
| 25 | + "bugs": { |
| 26 | + "url": "https://github.com/automattic/wordpress-activitypub/issues" |
| 27 | + }, |
| 28 | + "homepage": "https://github.com/automattic/wordpress-activitypub#readme", |
| 29 | + "devDependencies": { |
| 30 | + "@wordpress/api-fetch": "^7.22.0", |
| 31 | + "@wordpress/block-editor": "^14.17.0", |
| 32 | + "@wordpress/blocks": "^14.0.0", |
| 33 | + "@wordpress/components": "^29.1.1", |
| 34 | + "@wordpress/compose": "^7.22.0", |
| 35 | + "@wordpress/core-data": "^7.22.0", |
| 36 | + "@wordpress/data": "^10.0.0", |
| 37 | + "@wordpress/dom-ready": "^4.0.0", |
| 38 | + "@wordpress/editor": "^14.22.0", |
| 39 | + "@wordpress/element": "^6.0.0", |
| 40 | + "@wordpress/env": "^10.10.0", |
| 41 | + "@wordpress/i18n": "^5.22.0", |
| 42 | + "@wordpress/icons": "^10.10.0", |
| 43 | + "@wordpress/plugins": "^7.22.0", |
| 44 | + "@wordpress/prettier-config": "^4.23.0", |
| 45 | + "@wordpress/primitives": "^4.22.0", |
| 46 | + "@wordpress/scripts": "^27.0.0", |
| 47 | + "@wordpress/url": "^4.22.0", |
| 48 | + "classnames": "^2.3.2", |
| 49 | + "prettier": "npm:wp-prettier@^3.0.3" |
| 50 | + } |
51 | 51 | } |
0 commit comments