UNPKG

@cspell/dict-python

Version:
52 lines (51 loc) 1.53 kB
{ "name": "@cspell/dict-python", "version": "4.2.18", "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": "5aafcca7494be9a5a12cd68e3c34103a1973fe8b" }