{
  "name": "@cspell/dict-python",
  "version": "4.2.17",
  "description": "Python dictionary for cspell.",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "pnpm cspell-tools-cli build",
    "test-dictionary": "cspell -c ./cspell-ext.json --locale=en --languageId=python \"src/python/py*.txt\"",
    "test-samples": "cspell -c ./cspell-ext.json \"samples/**/*{.py,.txt}\"",
    "test": "pnpm run test-dictionary && pnpm run test-samples",
    "update-python-lib": "./scripts/fetch-python.sh",
    "prepublishOnly": "echo pre-publish",
    "prepare:dictionary": "pnpm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/python"
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "python",
    "Python",
    "dictionary",
    "spelling"
  ],
  "author": "Street Side Software <support@streetsidesoftware.nl>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/python#readme",
  "dependencies": {
    "@cspell/dict-data-science": "^2.0.8"
  },
  "files": [
    "dict/python.txt",
    "dict/python-common.txt",
    "cspell-ext.json"
  ],
  "gitHead": "d6e70b1626074b23b1b44de523a0d05c9024d50b"
}
