{
    "name": "@kieler/klighd-core",
    "version": "0.8.0",
    "description": "Core KLighD diagram visualization with Sprotty",
    "author": "KIELER <kieler@rtsys.informatik.uni-kiel.de>",
    "license": "EPL-2.0",
    "keywords": [
        "klighd",
        "sprotty",
        "diagrams"
    ],
    "main": "./lib/index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/kieler/klighd-vscode",
        "directory": "packages/klighd-core"
    },
    "scripts": {
        "clean": "rimraf lib",
        "lint": "eslint .",
        "lint-fix": "eslint --fix .",
        "build": "tsc",
        "watch": "tsc -w",
        "publish:next": "yarn publish --new-version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" --tag next --no-git-tag-version",
        "rebuild-semantic-filtering-parser": "sh antlr/download-and-run-antlr.sh"
    },
    "dependencies": {
        "@kieler/klighd-interactive": "^0.8.0",
        "@types/color": "^4.2.0",
        "@types/file-saver": "^2.0.7",
        "@vscode/codicons": "^0.0.41",
        "antlr4": "^4.13.2",
        "color": "^4.2.3",
        "elkjs": "^0.8.2",
        "feather-icons": "^4.29.1",
        "file-saver": "^2.0.5",
        "inversify": "^6.0.2",
        "snabbdom": "^3.5.1",
        "sprotty": "^1.3.0",
        "sprotty-elk": "^1.3.0",
        "sprotty-protocol": "^1.3.0"
    },
    "devDependencies": {
        "@types/chai": "^4.3.11",
        "@types/feather-icons": "^4.29.4",
        "@types/mocha": "^10.0.6",
        "chai": "^4.3.10",
        "mocha": "^10.2.0",
        "rimraf": "^4.4.0",
        "semver": "^7.5.4"
    },
    "files": [
        "lib",
        "src",
        "styles"
    ]
}
