metax
Version:
Add SEO and other metadata tags to your Gatsby website.
60 lines (59 loc) • 1.48 kB
JSON
{
"name": "metax",
"displayName": "Metax",
"version": "1.2.135",
"private": false,
"description": "Add SEO and other metadata tags to your Gatsby website.",
"keywords": [
"metax",
"gatsby",
"seo",
"metatags",
"meta"
],
"author": "Metax",
"homepage": "https://github.com/muy/metax/tree/master/packages/metax#readme",
"license": "ISC",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"dist",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/muy/metax.git"
},
"scripts": {
"stryker:init": "stryker init",
"stryker:report": "open reports/mutation/html/index.html",
"stryker:run": "stryker run",
"test": "jest",
"testb": "jest --runInBand",
"testc": "jest --coverage",
"testu": "jest -u",
"testw": "jest --watch"
},
"bugs": {
"url": "https://github.com/muy/metax/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@babel/preset-react": "7.14.5",
"@stryker-mutator/babel-transpiler": "4.0.0",
"@stryker-mutator/core": "5.2.3",
"@stryker-mutator/javascript-mutator": "4.0.0",
"@stryker-mutator/jest-runner": "5.2.3",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-helmet": "6.1.0"
},
"gitHead": "4fd0405e16f142a19ca17f2fc1ad1ddb063f47be"
}