{
    "name": "@sb1/ffe-modals",
    "version": "101.0.4",
    "description": "Modals in ffe",
    "license": "MIT",
    "author": "SpareBank 1",
    "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/modal.less css/modal.css --autoprefix"
    },
    "dependencies": {
        "@sb1/ffe-core": "^101.0.4"
    },
    "devDependencies": {
        "@sb1/ffe-buildtool": "^101.0.4"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "8b231e809a95995e5d2ff24ccddb54bc7693b2c2"
}
