UNPKG

@cspell/dict-dart

Version:
47 lines (46 loc) 1.32 kB
{ "name": "@cspell/dict-dart", "version": "2.3.0", "description": "Dart 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": "cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=dart\" samples/dart-common.txt", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/dart" }, "keywords": [ "cspell", "cspell-ext", "dart", "dart", "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/dart#readme", "files": [ "dart.txt.gz", "cspell-ext.json" ], "gitHead": "d409535aeea67d6b0d57df3bbd4d3584516b2ffe" }