{
  "name": "cspell-dict-typescript",
  "version": "1.1.5",
  "description": "TypeScript and JavaScript dictionary for cspell.",
  "bin": {
    "cspell-dict-typescript-link": "link.js",
    "cspell-dict-typescript-unlink": "unlink.js"
  },
  "exports": {
    ".": "./index.js",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "test": "cspell -v -c ./cspell-ext.json *.md -e CHANGELOG.md",
    "prepublishOnly": "yarn test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "typescript",
    "TypeScript and JavaScript",
    "dictionary",
    "spelling"
  ],
  "main": "index.js",
  "typings": "index.d.ts",
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/packages/typescript#readme",
  "dependencies": {
    "@cspell/dict-typescript": "^1.0.19",
    "configstore": "^5.0.1"
  },
  "files": [
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "4f7327f1a8831af19afaffe24019ee47c0855220"
}
