{
    "name": "scss-colors-variables",
    "version": "3.0.0",
    "description": "Some utils for set your theming colors as variables",
    "main": "index.scss",
    "engines": {
        "node": "^20"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "gulp scss",
        "watch": "gulp watch ",
        "release": "np --no-tests"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/danilozano413/scss-colors-variables.git"
    },
    "keywords": [
        "scss",
        "utils"
    ],
    "author": "Dani Lozano",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/danilozano413/scss-colors-variables/issues"
    },
    "homepage": "https://github.com/danilozano413/scss-colors-variables#readme",
    "devDependencies": {
        "autoprefixer": "^10.4.19",
        "gulp": "^5.0.0",
        "gulp-postcss": "^10.0.0",
        "gulp-sass": "^5.1.0",
        "gulp-sass-glob": "^1.1.0",
        "np": "^10.0.7",
        "sass": "^1.77.8"
    }
}
