-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 845 Bytes
/
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
{
"name": "web-component-best-practices",
"version": "1.0.0",
"description": "Best practices for architecting, developing, building, and publishing HTML custom elements with minimal dependencies and a quality developer experience.",
"private": true,
"scripts": {
"prettier": "prettier . -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morganney/web-component-best-practices.git"
},
"keywords": [
"html",
"custom element",
"cdn",
"best practices",
"developer experience"
],
"author": "Morgan Ney <morganney@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/morganney/web-component-best-practices/issues"
},
"homepage": "https://github.com/morganney/web-component-best-practices#readme",
"devDependencies": {
"prettier": "^3.2.5"
}
}