{
    "name": "@brightlayer-ui/colors-branding",
    "version": "3.2.1",
    "description": "Eaton Branding colors for Eaton applications",
    "main": "./dist/commonjs/index.js",
    "types": "./dist/commonjs/index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "yarn && tsc --module commonjs --outDir dist/commonjs && tsc --module ES2015 --outDir dist/es2015",
        "publish:package": "set npm_config_yes=true && npx -p @brightlayer-ui/publish blui-publish",
        "tag:package": "npx -p @brightlayer-ui/tag blui-tag"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/brightlayer-ui/colors.git"
    },
    "keywords": [
        "Brightlayer-UI",
        "colors",
        "Eaton",
        "quality",
        "lighting"
    ],
    "author": "Brightlayer UI <brightlayer-ui@eaton.com>",
    "license": "BSD-3-Clause",
    "bugs": {
        "url": "https://github.com/brightlayer-ui/colors/issues"
    },
    "homepage": "https://github.com/brightlayer-ui/colors#readme",
    "dependencies": {
        "@brightlayer-ui/types": "^2.0.0"
    },
    "devDependencies": {
        "typescript": "^4.6.3"
    },
    "files": [
        "package.json",
        "README.md",
        "LICENSE",
        "LICENSES.json",
        "CHANGELOG.md",
        "dist/",
        "palette.scss"
    ]
}
