| 1 |
{ |
| 2 |
"name": "friends-posts", |
| 3 |
"version": "0.1.0", |
| 4 |
"description": "Show posts from your friends.", |
| 5 |
"author": "Alex Kirk", |
| 6 |
"license": "GPL-2.0-or-later", |
| 7 |
"main": "build/index.js", |
| 8 |
"homepage": "https://wpfriends.at/", |
| 9 |
"repository": "git+https://github.com/akirk/friends.git", |
| 10 |
"devDependencies": { |
| 11 |
"@wordpress/scripts": "^15.0.0" |
| 12 |
}, |
| 13 |
"scripts": { |
| 14 |
"build": "wp-scripts build", |
| 15 |
"format:js": "wp-scripts format-js", |
| 16 |
"lint:js": "wp-scripts lint-js", |
| 17 |
"packages-update": "wp-scripts packages-update", |
| 18 |
"start": "wp-scripts start" |
| 19 |
} |
| 20 |
} |
| 21 |
|