solorice/vscodium/extensions/streetsidesoftware.code-spell-checker-2.1.11/node_modules/@cspell/dict-swift/package.json
2022-04-28 21:17:01 +03:00

45 lines
1.2 KiB
JSON

{
"name": "@cspell/dict-swift",
"version": "1.0.2",
"description": "Swift dictionary for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile \"src/swift.txt\" -o .",
"test": "head -n 1000 \"src/swift.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=swift\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"cspell-ext",
"swift",
"Swift",
"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/packages/swift#readme",
"files": [
"swift.txt.gz",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "a5761ebb58ada8d0c4d093d201ad640bbc2123d8"
}