{
    "name": "@komaci/static-analyzer",
    "version": "264.5.0",
    "description": "Komaci Diagnostics API",
    "homepage": "https://komaci.dev/",
    "repository": {
        "type": "git",
        "url": "https://github.com/salesforce/komaci.git",
        "directory": "packages/@komaci/static-analyzer"
    },
    "bugs": {
        "url": "https://github.com/salesforce/komaci/issues"
    },
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "type": "commonjs",
    "types": "build/index.d.ts",
    "main": "build/index.js",
    "scripts": {
        "build": "tsc -b"
    },
    "files": [
        "build/**/*.js",
        "build/**/*.d.ts",
        "**/*.md",
        "!**/RULES.todo.md"
    ],
    "dependencies": {
        "@babel/types": "^7.9.0",
        "@komaci/common-shared": "^262.14.0"
    },
    "devDependencies": {
        "@komaci/types": "^262.14.0"
    },
    "peerDependencies": {
        "@lwc/metadata": "^12.0.0",
        "@lwc/sfdc-compiler-utils": "^12.0.0"
    }
}
