{
  "name": "@cspell/dict-php",
  "version": "3.0.3",
  "description": "Php 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 compile --use-legacy-splitter --no-compress --output dict php.txt",
    "test": "cat \"php.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=php stdin",
    "prepublishOnly": "echo pre-publish",
    "prepare": "yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "php",
    "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/php#readme",
  "files": [
    "dict/*",
    "cspell-ext.json"
  ],
  "gitHead": "bdab9e8a8b99d09cec1121ae6b959944d5f750d2"
}
