@cell-x/caniuse-embed-element
Version:
A custom web component that embeds caniuse.com browser compatibility data for a specific feature.
56 lines (55 loc) • 1.67 kB
JSON
{
"name": "@cell-x/caniuse-embed-element",
"type": "module",
"version": "1.0.3",
"packageManager": "pnpm@10.14.0",
"description": "A custom web component that embeds caniuse.com browser compatibility data for a specific feature.",
"author": "Lruihao (https://lruihao.cn)",
"license": "MIT",
"homepage": "https://lruihao.github.io/caniuse-embed-element/",
"repository": {
"type": "git",
"url": "git+https://github.com/Lruihao/caniuse-embed-element.git"
},
"bugs": {
"url": "https://github.com/Lruihao/caniuse-embed-element/issues"
},
"keywords": [
"web-components",
"custom-elements",
"lit",
"caniuse-embed",
"browser-compatibility",
"browser-support"
],
"main": "dist/caniuse-embed-element.js",
"types": "dist/caniuse-embed-element.d.ts",
"files": [
"LICENSE",
"README.md",
"custom-elements.json",
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "tsc && vite build --config vite.lib.config.ts",
"build:iife": "tsc && vite build --config vite.iife.config.ts",
"build:all": "npm run build && npm run build:lib && npm run build:iife && npm run manifest",
"lint": "eslint .",
"preview": "vite preview",
"manifest": "cem analyze --litelement --globs dist --globs src/caniuse-embed-element.ts"
},
"dependencies": {
"lit": "^3.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.17.0",
"@custom-elements-manifest/analyzer": "^0.10.4",
"eslint": "^9.31.0",
"typescript": "~5.8.3",
"vite": "^7.0.5",
"vite-plugin-dts": "^4.5.4"
},
"customElements": "custom-elements.json"
}