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

42 lines
1.1 KiB
JSON

{
"name": "@cspell/dict-npm",
"version": "2.0.2",
"description": "Dictionary of common NPM packages for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools compile \"npm.txt\" -o .",
"test": "head -n 100 \"npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"npm",
"NPM",
"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/npm#readme",
"files": [
"npm.txt.gz",
"cspell-ext.json"
],
"gitHead": "150635761474270884150e8fc103c87e09b2cdb5"
}