UNPKG

@cspell/dict-julia

Version:
51 lines (50 loc) 1.39 kB
{ "name": "@cspell/dict-julia", "version": "1.1.0", "description": "Julia 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": "pnpm run test:words && pnpm run test:samples", "test:samples": "cspell samples", "test:words": "head -n 1000 \"src/julia.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=julia\" stdin", "prepublishOnly": "echo OK", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/julia" }, "keywords": [ "cspell", "cspell-ext", "julia", "Julia", "julialang", "dictionary", "spelling" ], "author": "Street Side Software <support@streetsidesoftware.nl>", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/julia#readme", "files": [ "dict/julia.txt", "cspell-ext.json", "*.js", "*.d.ts" ], "gitHead": "d409535aeea67d6b0d57df3bbd4d3584516b2ffe" }