UNPKG

@sherby/sherby-metadata

Version:

Manage meta tags for Search Engine Optimization (SEO)

74 lines (73 loc) 1.96 kB
{ "name": "@sherby/sherby-metadata", "version": "3.1.0", "description": "Manage meta tags for Search Engine Optimization (SEO)", "keywords": [ "description", "html", "javascript", "keywords", "lit", "lit-element", "lit-html", "meta", "meta-tags", "metadata", "open-graph", "optimization", "pwa", "search", "seo", "sherby", "spa", "title", "webcomponent", "webcomponents" ], "homepage": "https://github.com/SherbyElements/sherby-metadata", "bugs": { "url": "https://github.com/SherbyElements/sherby-metadata/issues" }, "repository": { "type": "git", "url": "https://github.com/SherbyElements/sherby-metadata.git" }, "license": "MIT", "author": "Benjamin Rancourt <Benjamin.Rancourt@USherbrooke.ca>", "main": "sherby-metadata.js", "files": [ "sherby-metadata.js" ], "scripts": { "format": "npm-run-all format:*", "format:eslint": "npm run lint:eslint -- --fix", "format:prettier": "npm run lint:prettier -- --write", "lint": "npm-run-all lint:*", "lint:eslint": "eslint --ignore-path .gitignore . --ext js,json,md", "lint:prettier": "prettier --ignore-path .gitignore --check '**/*.{js,json,md,yml}'", "report-coverage": "codecov", "test": "web-test-runner", "test:watch": "npm test -- --watch" }, "prettier": "prettier-config-udes", "dependencies": { "lit": "*" }, "devDependencies": { "@open-wc/testing": "^2.5.33", "@web/test-runner": "^0.13.16", "babel-eslint": "^10.1.0", "codecov": "^3.8.3", "deepmerge": "^4.2.2", "eslint-config-udes": "^1.0.1", "eslint-plugin-html": "^6.1.2", "eslint-plugin-json-format": "^2.0.1", "eslint-plugin-lit": "^1.5.1", "eslint-plugin-markdown": "^2.2.0", "eslint-plugin-prettier": "^3.4.1", "npm-run-all": "^4.1.5", "prettier": "^2.3.2", "prettier-config-udes": "1.0.0" }, "flat": true }