@cspell/dict-typescript
Version:
TypeScript and JavaScript dictionary for cspell.
44 lines (43 loc) • 1.29 kB
JSON
{
"name": "@cspell/dict-typescript",
"version": "3.2.1",
"description": "TypeScript and JavaScript dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli build",
"test": "shx head -n 100 src/typescript.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=typescript\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/typescript"
},
"keywords": [
"cspell",
"typescript",
"TypeScript and JavaScript",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/typescript#readme",
"files": [
"dict/typescript.txt",
"cspell-ext.json"
],
"gitHead": "cd717a433ef22245c4d4aecc55d365d58079bce1"
}