{
  "name": "@cspell/dict-flutter",
  "version": "1.1.1",
  "description": "Flutter dictionary for cspell.",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "cspell-tools-cli build",
    "test": "npm run test-dict && npm run test-samples",
    "test-samples": "cspell \"samples/**/*.dart\"",
    "test-dict": "shx head -n 1000 \"src/flutter.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=dart\" stdin",
    "prepublishOnly": "echo pre-publish",
    "prepare:dictionary": "pnpm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/flutter"
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "dart",
    "flutter",
    "dictionary",
    "spelling"
  ],
  "author": "Street Side Software <support@streetsidesoftware.nl>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/flutter#readme",
  "files": [
    "flutter.txt.gz",
    "cspell-ext.json"
  ],
  "gitHead": "30c5c53b8e28152fc1d8a6cf0c872b068a64221a"
}
