This commit is contained in:
erwanlr
2020-01-11 19:54:12 +00:00
parent 9517d14fd3
commit 2a29e2ed95
14 changed files with 3051 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "sorta-brilliant-stream-share",
"version": "1.0.0",
"description": "Advanced Twitch embed block for the Gutenberg",
"author": "sorta brilliant",
"license": "GPL-2.0-or-later",
"keywords": [ "wordpress" ],
"homepage": "https://sortabrilliant.com",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sortabrilliant/streamshare.git"
},
"scripts": {
"build": "wp-scripts build",
"lint:css": "wp-scripts lint-style",
"lint:scripts": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^6.1.1"
}
}