{
  "name": "@progress/kendo-theme-utils",
  "description": "Utility first library alongside Kendo UI",
  "version": "13.0.1",
  "author": "Progress",
  "license": "Apache-2.0",
  "keywords": [
    "Kendo UI",
    "Theme",
    "utils",
    "css variables"
  ],
  "main": "dist/all.css",
  "sass": "scss/all.scss",
  "files": [
    "dist/",
    "scss/",
    "lib/"
  ],
  "homepage": "https://github.com/telerik/kendo-themes/tree/master/packages/utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-themes.git",
    "directory": "packages/utils"
  },
  "bugs": {
    "url": "https://github.com/telerik/kendo-themes/issues/new?labels=bug,T:utils&template=bug_report.md"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "sass": "npm run sass:compile:all",
    "sass:dist": "gulp sass:dist --theme packages/utils && npm run sass:compile:dist",
    "sass:compile:all": "npx sass --no-source-map --load-path=../../node_modules ./scss/all.scss ./dist/all.css",
    "sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist",
    "sass:watch": "npx sass --no-source-map --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
    "docs": "node ../../scripts/sassdoc.js",
    "docs:check": "npm run docs && git diff --name-only --exit-code -- docs",
    "predocs": "npm run resolve-variables",
    "resolve-variables": "node ../../scripts/resolve-variables.js",
    "nuget-pack": "jq '.version' package.json | xargs nuget pack package.nuspec -Version",
    "nuget-push": "nuget push *.nupkg -ApiKey $NUGET_API_KEY -Source $NUGET_FEED -SkipDuplicate",
    "prepublishOnly": "node ../../scripts/themes-prepublish.js",
    "postpublish": "echo 'no postpublish for utils'"
  },
  "dependencies": {
    "@progress/kendo-theme-core": "13.0.1"
  },
  "directories": {
    "doc": "docs"
  },
  "gitHead": "85cda38ea633f4b6f43f3152bb4437f5bd6e6275"
}
