@vanillawc/wc-include
Version:
A vanilla web component for including external media
33 lines (32 loc) • 941 B
JSON
{
"name": "@vanillawc/wc-include",
"version": "1.1.22",
"license": "MIT",
"author": "Evan Plaice <evanplaice@gmail.com> (https://evanplaice.com/)",
"description": "A vanilla web component for including external media",
"keywords": [
"web-component",
"vanilla",
"include"
],
"repository": "https://github.com/vanillawc/wc-include/",
"main": "index.js",
"scripts": {
"start": "npx live-server --no-browser --port=5500 --open=dev",
"lint": "esmtk lint",
"build": "npm run build:esm && npm run build:min",
"build:esm": "esmtk bundle src/wc-include.js index.js",
"build:min": "esmtk minify src/wc-include.js index.min.js",
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
"preversion": "npm run lint",
"postversion": "git push --follow-tags"
},
"devDependencies": {
"esmtk": "^0.5.6"
},
"standard": {
"ignore": [
"index.js"
]
}
}