| 1 |
{ |
| 2 |
"name": "link-library-block", |
| 3 |
"version": "1.0.0", |
| 4 |
"description": "Link Library Blocks", |
| 5 |
"main": "build/index.js", |
| 6 |
"scripts": { |
| 7 |
"build": "wp-scripts build" |
| 8 |
}, |
| 9 |
"author": "ylefebvre", |
| 10 |
"license": "GPL-2.0-only", |
| 11 |
"devDependencies": { |
| 12 |
"@wordpress/scripts": "13.0.3" |
| 13 |
}, |
| 14 |
"dependencies": { |
| 15 |
"@wordpress/server-side-render": "^1.20.8" |
| 16 |
} |
| 17 |
} |
| 18 |
|