@progress/kendo-svg-icons
Version:
37 lines (36 loc) • 902 B
JSON
{
"name": "@progress/kendo-svg-icons",
"description": "",
"version": "4.5.0",
"author": "Progress",
"repository": "telerik/kendo-icons",
"bugs": "https://github.com/telerik/kendo-icons/issues",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"scss"
],
"scripts": {
"prebuild": "node scripts/prepare-svg.js && node scripts/prepare-nuget.js",
"build": "rollup -c --bundleConfigAsCjs && npx sass scss/all.scss dist/index.css",
"prepublishOnly": "npm run build"
},
"keywords": [
"Kendo UI",
"SVG",
"Icons"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"rollup": "^4.2.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.0.3"
},
"gitHead": "a36ae86c5abfc6a998a4c93df92338b8f7005afc"
}