{
    "name": "@sb1/ffe-system-message-react",
    "version": "101.0.4",
    "description": "SpareBank 1 System Message komponent",
    "license": "MIT",
    "author": "SpareBank 1",
    "files": [
        "lib",
        "es",
        "types"
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "types": "types/index.d.ts",
    "repository": {
        "type": "git",
        "url": "ssh://git@github.com:SpareBank1/designsystem.git"
    },
    "scripts": {
        "build": "ffe-buildtool tsc",
        "build:es": "ffe-buildtool tsc --es",
        "lint": "echo \"Linting handled at root level with oxlint\"",
        "test": "ffe-buildtool jest",
        "test:watch": "ffe-buildtool jest --watch"
    },
    "dependencies": {
        "@sb1/ffe-collapse-react": "^101.0.4",
        "@sb1/ffe-grid-react": "^101.0.4",
        "@sb1/ffe-icons-react": "^101.0.4",
        "@sb1/ffe-system-message": "^101.0.4",
        "classnames": "^2.5.1"
    },
    "devDependencies": {
        "@sb1/ffe-buildtool": "^101.0.4",
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    },
    "peerDependencies": {
        "react": ">=18.2.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "8b231e809a95995e5d2ff24ccddb54bc7693b2c2"
}
