{
    "name": "@sb1/ffe-tags-react",
    "version": "101.0.12",
    "description": "React implementation of ffe-tags component",
    "keywords": [
        "ffe",
        "tag",
        "tags",
        "badge",
        "chip"
    ],
    "license": "MIT",
    "author": "SpareBank 1",
    "files": [
        "lib",
        "es",
        "types"
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "types": "types/index.d.ts",
    "sideEffects": false,
    "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-core": "^101.0.12",
        "@sb1/ffe-icons-react": "^101.0.12",
        "@sb1/ffe-tags": "^101.0.12",
        "classnames": "^2.5.1"
    },
    "peerDependencies": {
        "react": ">=18.2.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "9674c0c6c8a39e48dfde4f5472404469ea43b377"
}
