UNPKG

stencil-inline-svg

Version:

A Stenciljs plugin to insert inline SVGs into components

41 lines (40 loc) 973 B
{ "name": "stencil-inline-svg", "version": "1.1.0", "description": "A Stenciljs plugin to insert inline SVGs into components", "main": "dist/index.cjs.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "rimraf ./dist && npm run test", "build": "tsc && npm run rollup", "dev": "tsc --watch", "release": "np", "rollup": "rollup -c", "start": "npm run dev", "test": "jest", "test.watch": "jest --watch --coverage" }, "keywords": [ "stencil", "plugin", "svg", "inline" ], "author": "Fabricio Rodrigues", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/fabriciomendonca/stencil-inline-svg" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^11.9.4", "jest": "^27.0.4", "np": "^7.5.0", "rimraf": "^2.6.3", "rollup": "^2.51.0", "ts-jest": "^27.0.3", "typescript": "^4.3.2" } }