@thasmo/external-svg-polyfill
Version:
Small and basic polyfill to support referencing external SVG files.
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "@thasmo/external-svg-polyfill",
"description": "Small and basic polyfill to support referencing external SVG files.",
"version": "3.1.2",
"license": "MIT",
"type": "module",
"main": "module/",
"typings": "module/",
"repository": "thasmo/external-svg-polyfill",
"bugs": "https://github.com/thasmo/external-svg-polyfill/issues",
"homepage": "https://github.com/thasmo/external-svg-polyfill/#readme",
"keywords": [
"external",
"svg",
"polyfill",
"inline",
"embed",
"legacy"
],
"author": {
"name": "Thomas Deinhamer",
"email": "hi@thasmo.com",
"url": "https://thasmo.com/"
},
"scripts": {
"start": "concurrently \"tsc --watch\" \"rollup --config --watch\" \"browser-sync start --cors --config .browsersyncrc.json\"",
"build": "tsc",
"bundle": "rollup --config",
"prepare": "concurrently \"tsc\" \"rollup --config\""
},
"devDependencies": {
"browser-sync": "^2.26.14",
"concurrently": "^5.3.0",
"rollup": "^2.38.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"files": [
"browser/",
"module/"
],
"unpkg": "browser/bundle.min.js",
"jsdelivr": "browser/bundle.min.js"
}