summaryrefslogtreecommitdiffstats
path: root/package.json
blob: cb78008a4222fc38a127e0cf620cab3c92f86782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
	}
}