{
  "_args": [
    [
      "@cspell/cspell-types@5.13.1",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "@cspell/cspell-types@5.13.1",
  "_id": "@cspell/cspell-types@5.13.1",
  "_inBundle": false,
  "_integrity": "sha512-TmCUDOYHqGTGck+X1Uf+aK4HA79BRilUSSzMskSt0AiLJZgIH3vlVXoIKQfVOTkz7zx6PZvpyXCFDHGfHT9w/Q==",
  "_location": "/@cspell/cspell-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cspell/cspell-types@5.13.1",
    "name": "@cspell/cspell-types",
    "escapedName": "@cspell%2fcspell-types",
    "scope": "@cspell",
    "rawSpec": "5.13.1",
    "saveSpec": null,
    "fetchSpec": "5.13.1"
  },
  "_requiredBy": [
    "/cspell-lib"
  ],
  "_resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.13.1.tgz",
  "_spec": "5.13.1",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/issues"
  },
  "description": "Types for cspell and cspell-lib",
  "devDependencies": {
    "ajv-cli": "^5.0.0",
    "jest": "^27.3.1",
    "rimraf": "^3.0.2",
    "ts-json-schema-generator": "^0.97.0",
    "typedoc": "^0.22.9",
    "typedoc-plugin-markdown": "^3.11.7",
    "typescript": "^4.5.2"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "exports": {
    ".": "./dist/index.js",
    "./cspell.schema.json": "./cspell.schema.json",
    "./ajv.config": "./ajv.config.js",
    "./ajv.config.js": "./ajv.config.js"
  },
  "files": [
    "dist",
    "ajv.config.js",
    "cspell.schema.json",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "gitHead": "575e5e6dfc030e01cbe96822dfef9dce12e9f1c4",
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
  "keywords": [
    "cspell",
    "types"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@cspell/cspell-types",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "scripts": {
    "build": "npm run compile && npm run build-schema",
    "build-dev": "tsc -p tsconfig.dev.json",
    "build-docs": "typedoc --out ../../docs/types/cspell-types src/index.ts",
    "build-schema": "ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..",
    "clean": "rimraf dist coverage .tsbuildinfo",
    "clean-build": "npm run clean && npm run build",
    "compile": "tsc -p .",
    "prepare": "npm run build",
    "test": "jest && npm run test-schema",
    "test-schema": "ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js"
  },
  "typings": "dist/index.d.ts",
  "version": "5.13.1"
}
