{
    "name": "@sb1/ffe-buttons",
    "version": "101.0.12",
    "license": "MIT",
    "author": "SpareBank1",
    "files": [
        "less",
        "css"
    ],
    "repository": {
        "type": "git",
        "url": "ssh://git@github.com:SpareBank1/designsystem.git"
    },
    "scripts": {
        "lint": "echo `Linting handled at root level with oxlint`",
        "lint:style": "ffe-buildtool stylelint less/*.less",
        "lint:style:fix": "ffe-buildtool stylelint --fix less/*.less",
        "test": "npm run lint",
        "build": "lessc less/buttons.less css/buttons.css --autoprefix"
    },
    "dependencies": {
        "@sb1/ffe-core": "^101.0.12"
    },
    "devDependencies": {
        "@sb1/ffe-buildtool": "^101.0.12"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "9674c0c6c8a39e48dfde4f5472404469ea43b377"
}
