{
  "name": "@cspell/dict-java",
  "version": "5.0.2",
  "description": "Java dictionary for cspell.",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "cspell-tools-cli build",
    "test": "yarn run test-dict && yarn run test-check",
    "test-dict": "head -n 100 \"src/java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin",
    "test-check": "ava",
    "prepublishOnly": "echo pre-publish",
    "zip": "gzip -f -k java.trie",
    "prepare": "yarn run build && yarn run zip"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "java",
    "Java",
    "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/java#readme",
  "files": [
    "java.trie.gz",
    "cspell-ext.json"
  ],
  "gitHead": "3131e563124f158049598b897003f81b14264f6e"
}
