UNPKG

@vivareal/lina-icons

Version:

Lina Design System icon library

47 lines (46 loc) 1.11 kB
{ "name": "@vivareal/lina-icons", "version": "3.14.1", "description": "Lina Design System icon library", "keywords": [ "lina", "design", "system", "svg", "icon" ], "homepage": "https://lina-icons.grupozap.com/", "bugs": { "url": "https://github.com/grupozap/squad-design-ops/issues" }, "repository": { "type": "git", "url": "git+https://github.com/grupozap/masp.git" }, "license": "ISC", "author": "ZAP+ Frontend team <frontends@grupozap.com>", "main": "dist/main.js", "module": "dist/main.esm.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "make build", "build:all": "make build", "build:webfont": "make build-font", "lint": "echo \"No eslint config yet\"", "lint:fix": "echo \"No eslint config yet\"", "test": "echo \"No tests yet\"" }, "devDependencies": { "bestzip": "^2.2.1", "glob": "^8.0.3", "handlebars": "^4.7.7", "rollup": "^2.77.2", "rollup-plugin-svgo": "^2.0.0", "svgo": "^2.8.0", "vue-loader": "15.9.8", "webfont": "^11.2.26" } }