{
  "name": "@cspell/dict-svelte",
  "version": "1.0.0",
  "description": "Svelte dictionary for cspell.",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build",
    "test": "yarn run test-src && yarn run test-code",
    "test-code": "cspell \"**/*.svelte\"",
    "test-src": "head -n 1000 \"src/svelte.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=svelte\" stdin",
    "prepublishOnly": "echo OK",
    "zip": "gzip -k -f dict/svelte.txt",
    "prepare": "yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "svelte",
    "Svelte",
    "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/svelte#readme",
  "files": [
    "dict/svelte.txt",
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "78d94fa91d732dd2eec4b8794a3eee0319eef1e8"
}
