{
    "name": "@interopio/theme",
    "version": "4.5.0",
    "description": "io.Connect platform UI Kit",
    "main": "dist/io.platform.css",
    "exports": {
        ".": "./dist/io.platform.css",
        "./fonts": "./dist/io.platform-fonts.css",
        "./no-fonts": "./dist/io.platform.no-fonts.css",
        "./themes": "./dist/io.platform-themes.css",
        "./dist/*": "./dist/*"
    },
    "publishConfig": {
        "@interopio:registry": "https://registry.npmjs.org",
        "access": "public"
    },
    "scripts": {
        "lint": "stylelint src/scss/**/*.scss",
        "lint:fix": "npm run lint -- --fix",
        "build": "webpack && node ./scripts/version.js",
        "audit": "echo no audit found",
        "test": "echo no test found",
        "postversion": "npm run build"
    },
    "keywords": [
        "interop",
        "interop.io",
        "desktop",
        "design",
        "system",
        "theme",
        "platform",
        "io.connect.desktop"
    ],
    "author": {
        "name": "interop.io",
        "url": "https://www.interop.io"
    },
    "license": "MIT",
    "contributors": [
        "Luchiya Raycheva <luchiya.raycheva@interop.io> (https://interop.io)",
        "Plamen Petkov <plamen.petkov@interop.io> (https://interop.io)",
        "Svetozar Mateev <svetozar.mateev@interop.io> (https://interop.io)"
    ],
    "files": [
        "dist"
    ]
}
