@frontity/yoast
Version:
Integrate your Frontity site with Yoast SEO plugin.
37 lines (36 loc) • 992 B
JSON
{
"name": "@frontity/yoast",
"version": "2.1.1",
"description": "Integrate your Frontity site with Yoast SEO plugin.",
"homepage": "https://github.com/frontity/frontity",
"license": "Apache-2.0",
"keywords": [
"frontity",
"frontity-yoast",
"yoast",
"seo"
],
"repository": {
"type": "git",
"url": "https://github.com/frontity/frontity.git"
},
"scripts": {
"test:ci": "../../node_modules/.bin/jest --ci --coverage",
"test": "../../node_modules/.bin/jest --watch",
"test:inspect": "node --inspect ../../node_modules/jest/bin/jest.js --watch --no-cache --runInBand"
},
"bugs": {
"url": "https://github.com/frontity/frontity/issues"
},
"dependencies": {
"frontity": "^1.14.1",
"@frontity/router": "^1.1.4",
"@frontity/source": "^1.5.1",
"@frontity/wp-source": "^1.11.1",
"@frontity/html2react": "^1.6.1",
"@frontity/head-tags": "^1.1.1"
},
"devDependencies": {
"@frontity/connect": "^1.2.1"
}
}