solorice/vscode/extensions/streetsidesoftware.code-spell-checker-2.1.11/node_modules/@cspell/dict-fullstack/package.json
2022-04-28 20:54:44 +03:00

42 lines
1.1 KiB
JSON

{
"name": "@cspell/dict-fullstack",
"version": "2.0.4",
"description": "Dictionary of terms used in Fullstack development.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli compile --split \"fullstack.txt\" -o .",
"test": "cat \"fullstack.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=php stdin",
"prepublishOnly": "yarn test",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"cspell-ext",
"fullstack",
"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/fullstack#readme",
"files": [
"fullstack.txt.gz",
"cspell-ext.json"
],
"gitHead": "72d2c43d8b9d4f7af5619618496ae68c69b16908"
}