@spectrum-web-components/icons-workflow
Version:
[Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) delivered in a flexible template tag so that they can be leveraged across various frameworks. The default export of this package pre-applies the `html` template tag from `lit-html` for ease
68 lines (67 loc) • 1.9 kB
JSON
{
"name": "@spectrum-web-components/icons-workflow",
"version": "0.6.7-alpha.74+b2fdc4ae",
"publishConfig": {
"access": "public"
},
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-web-components.git",
"directory": "packages/icons-workflow"
},
"author": "",
"homepage": "https://adobe.github.io/spectrum-web-components/components/icons-workflow",
"bugs": {
"url": "https://github.com/adobe/spectrum-web-components/issues"
},
"main": "./src/index.js",
"module": "./src/index.js",
"type": "module",
"exports": {
".": "./src/index.js",
"./src/*": "./src/*",
"./icons/*": "./icons/*",
"./package.json": "./package.json"
},
"scripts": {
"build": "node ./bin/build @adobe/spectrum-css-workflow-icons/dist/18"
},
"files": [
"**/*.d.ts",
"**/*.js",
"**/*.js.map",
"!bin/",
"custom-elements.json",
"!stories/",
"!test/"
],
"keywords": [
"spectrum css",
"web components",
"lit-element",
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.4.4-alpha.148+b2fdc4ae",
"@spectrum-web-components/icon": "^0.9.7-alpha.74+b2fdc4ae",
"tslib": "^2.0.0"
},
"devDependencies": {
"@adobe/spectrum-css-workflow-icons": "^1.1.0",
"case": "^1.6.1",
"cheerio": "^1.0.0-rc.2",
"fs": "^0.0.1-security",
"glob": "^7.1.3",
"path": "^0.12.7",
"prettier": "^2.2.1"
},
"types": "./src/index.d.ts",
"customElementsManifest": "custom-elements.json",
"sideEffects": [
"./src/index.js",
"./icons/*"
],
"gitHead": "b2fdc4aef5d2ac543469c2eb62d57f5b3c2b1db3"
}