{
    "id": "npm",
    "name": "NPM",
    "description": "NPM dictionary for cspell.",
    "readonly": true,
    "dictionaryDefinitions": [
        {
            "name": "npm",
            "path": "./dict/npm.txt",
            "description": "NPM dictionary for cspell."
        }
    ],
    "languageSettings": [
        {
            "languageId": "javascript,typescript",
            "locale": "*",
            "dictionaries": ["npm"]
        }
    ]
}
