api-viewer-element
Version:
API documentation and live playground for Web Components
66 lines (65 loc) • 1.53 kB
JSON
{
"name": "api-viewer-element",
"version": "1.0.0-pre.10",
"publishConfig": {
"access": "public"
},
"description": "API documentation and live playground for Web Components",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/api-viewer-element.git",
"directory": "packages/api-viewer"
},
"author": "open-wc",
"bugs": {
"url": "https://github.com/open-wc/api-viewer-element/issues"
},
"main": "lib/api-viewer.js",
"module": "lib/api-viewer.js",
"type": "module",
"scripts": {
"analyze": "cem analyze --litelement --globs 'src/*.ts'",
"size": "size-limit"
},
"files": [
"custom-elements.json",
"lib"
],
"keywords": [
"API",
"documentation",
"web-components"
],
"dependencies": {
"@api-viewer/common": "^1.0.0-pre.10",
"@api-viewer/demo": "^1.0.0-pre.10",
"@api-viewer/docs": "^1.0.0-pre.10",
"lit": "^2.0.0",
"tslib": "^2.3.1"
},
"contributors": [
{
"name": "Serhii Kulykov",
"email": "iamkulykov@gmail.com",
"url": "https://twitter.com/serhiikulykov"
},
{
"name": "Benny Powers",
"email": "web@bennypowers.com",
"url": "https://twitter.com/PowersBenny"
},
{
"name": "Mikhail Bashkirov",
"email": "bashmish@gmail.com",
"url": "https://twitter.com/bashmish"
}
],
"customElements": "custom-elements.json",
"size-limit": [
{
"path": "lib/api-viewer.js",
"limit": "45 KB"
}
]
}