-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.91 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"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 <[email protected]>",
"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
}