{
  "name": "cspell-dict-python",
  "version": "1.1.9",
  "description": "Python dictionary for cspell.",
  "bin": {
    "cspell-dict-python-link": "link.js",
    "cspell-dict-python-unlink": "unlink.js"
  },
  "exports": {
    ".": "./index.js",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "test": "cspell -v -c ./cspell-ext.json *.md -e CHANGELOG.md",
    "prepublishOnly": "yarn test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "python",
    "Python",
    "dictionary",
    "spelling"
  ],
  "main": "index.js",
  "typings": "index.d.ts",
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/packages/python#readme",
  "dependencies": {
    "@cspell/dict-python": "^1.0.38",
    "configstore": "^5.0.1"
  },
  "files": [
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "dafe37d7e9deea73d37a586bf793aaba2ac699f7"
}
