modificato: readme.txt
[danixland-gravatar.git] / package.json
1 {
2 "name": "danixland-gravatar",
3 "version": "0.1.0",
4 "description": "Simple Gutemberg Block to insert a gravatar inside a post or page.",
5 "author": "danixland",
6 "license": "GPL-2.0-or-later",
7 "main": "build/index.js",
8 "scripts": {
9 "build": "wp-scripts build",
10 "format:js": "wp-scripts format-js",
11 "lint:css": "wp-scripts lint-style",
12 "lint:js": "wp-scripts lint-js",
13 "start": "wp-scripts start",
14 "packages-update": "wp-scripts packages-update"
15 },
16 "devDependencies": {
17 "@wordpress/scripts": "^12.3.0"
18 },
19 "dependencies": {
20 "crypto-js": "^4.0.0"
21 }
22 }