diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..cb78008 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "danixland-gravatar", + "version": "0.1.0", + "description": "Simple Gutemberg Block to insert a gravatar inside a post or page.", + "author": "danixland", + "license": "GPL-2.0-or-later", + "main": "build/index.js", + "scripts": { + "build": "wp-scripts build", + "format:js": "wp-scripts format-js", + "lint:css": "wp-scripts lint-style", + "lint:js": "wp-scripts lint-js", + "start": "wp-scripts start", + "packages-update": "wp-scripts packages-update" + }, + "devDependencies": { + "@wordpress/scripts": "^12.3.0" + }, + "dependencies": { + "crypto-js": "^4.0.0" + } +} |
