{
  "name": "@cspell/dict-public-licenses",
  "version": "2.0.0",
  "description": "Common Public Licenses dictionary for cspell.",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "yarn run generate && yarn run compile",
    "generate": "node ./src/extract.js",
    "checksum": "shasum -c checksum.txt",
    "compile": "cat source-files.txt | xargs cspell-tools-cli compile --merge public-licenses -o .",
    "conditional-build": "yarn run --silent checksum || yarn run build && yarn run gen-checksum",
    "test-dict": "cat source-files.txt | xargs cat | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
    "gen-checksum": "cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt",
    "test": "yarn run test-dict",
    "prepublishOnly": "echo pre-publish",
    "prepare": "yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "public-licenses",
    "Common Public Licenses",
    "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/public-licenses#readme",
  "devDependencies": {
    "spdx-license-ids": "^3.0.12"
  },
  "files": [
    "public-licenses.txt.gz",
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68"
}
