mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@cspell/dict-python",
|
|
"version": "2.0.6",
|
|
"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": "echo pre-publish",
|
|
"prepare": "yarn run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
|
|
},
|
|
"keywords": [
|
|
"cspell",
|
|
"cspell-ext",
|
|
"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": "48e80a7aa1ad87dfccfdc56e4b49a4ae478ddcd2"
|
|
}
|