{
  "name": "@cspell/dict-node",
  "version": "4.0.1",
  "description": "Node.js dictionary for cspell.",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build-node": "node src/extract-api.js src/api/*.md",
    "build": "cspell-tools-cli compile node.txt additional_words.txt --merge node --no-compress -o dict",
    "test": "yarn test-dict",
    "test-dict": "cat \"node.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",
    "node",
    "Node.js",
    "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/node#readme",
  "files": [
    "dict/*",
    "cspell-ext.json"
  ],
  "gitHead": "88069cd4b35f74865a19cdddec65d3da53cd1efd"
}
