-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cliowp-blocks-boilerplate",
"version": "1.0.0",
"description": "Free WordPress Gutenberg block-type Plugin Boilerplate for Developers",
"main": "editor.js",
"scripts": {
"start": "wp-scripts start src/editor.js src/frontend.js",
"build": "wp-scripts build src/editor.js src/frontend.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pontikis/cliowp-blocks-boilerplate.git"
},
"keywords": [
"wordpress",
"plugin",
"block",
"gutenberg"
],
"author": "Christos Pontikis",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/pontikis/cliowp-blocks-boilerplate/issues"
},
"homepage": "https://github.com/pontikis/cliowp-blocks-boilerplate#readme",
"devDependencies": {
"@wordpress/eslint-plugin": "^13.5.0",
"@wordpress/scripts": "^24.1.0"
}
}