@parsonic/share-button
Version:
Native share button web component
35 lines • 718 B
JSON
{
"name": "@parsonic/share-button",
"version": "1.4.1",
"description": "Native share button web component",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"files": [
"CHANGELOG.md",
"custom-elements.json",
"*.js",
"*.map",
"*.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/p-m-p/parsonic"
},
"keywords": [
"button",
"component",
"links",
"share",
"social",
"web"
],
"author": "Phil Parsons",
"license": "MIT",
"customElements": "custom-elements.json",
"scripts": {
"build": "node ../../scripts/build.js",
"generate-manifest": "cem analyze --globs 'src/ShareButton.js'",
"types": "tsc"
}
}