UNPKG

@cspell/dict-it-it

Version:
51 lines (50 loc) 1.61 kB
{ "name": "@cspell/dict-it-it", "version": "3.1.6", "description": "Italian 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", "sync": "pnpm cpy \"node_modules/dictionary-it/**\" src/hunspell", "conditional-build": "pnpm sync && pnpm build --conditional", "test-samples": "cspell -c ./cspell-ext.json --locale=it,en \"samples/**\"", "test-dict": "pipe-cmds \"hunspell-reader words -n 1000 \\\"src/hunspell/index.dic\\\"\" \"cspell -c ./cspell-ext.json \\\"--locale=it,it-IT\\\" \\\"--languageId=*\\\" stdin\"", "test": "pnpm run test-samples && pnpm run test-dict", "prepublishOnly": "echo pre-publish" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/it_IT" }, "keywords": [ "cspell", "it_IT", "Italian", "dictionary", "spelling" ], "author": "Street Side Software <support@streetsidesoftware.nl>", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/it_IT#readme", "files": [ "dict/it-it.trie", "src/hunspell/license", "cspell-ext.json" ], "devDependencies": { "dictionary-it": "^2.0.0" }, "gitHead": "627831379fe16dbfcfbf05fe747f05320b86e615" }