d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

43 lines
1.2 KiB

{
"name": "@cspell/dict-python",
"version": "1.0.38",
"description": "Python dictionary for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools compile \"python.txt\" -o .",
"test-dictionary": "head -n 1000 \"python.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=python stdin",
"test-samples": "cspell -v -c ./cspell-ext.json \"samples/**/*.py\"",
"test": "yarn run test-dictionary && yarn run test-samples",
"prepublishOnly": "yarn test",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"python",
"Python",
"dictionary",
"spelling"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/python#readme",
"files": [
"python.txt.gz",
"cspell-ext.json"
],
"gitHead": "dafe37d7e9deea73d37a586bf793aaba2ac699f7"
}