You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
3.0 KiB
98 lines
3.0 KiB
{ |
|
"name": "cspell-lib", |
|
"version": "4.3.12", |
|
"description": "A library of useful functions used across various cspell tools.", |
|
"main": "dist/index.js", |
|
"typings": "dist/index.d.ts", |
|
"files": [ |
|
"dist/**", |
|
"!**/*.test.*", |
|
"!**/*.spec.*", |
|
"!**/*.map", |
|
"config/**" |
|
], |
|
"scripts": { |
|
"clean": "rimraf dist", |
|
"build": "npm run compile && npm run build-schema", |
|
"build-schema": "ts-json-schema-generator --no-top-ref --path src/Settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription --validation-keywords scope --validation-keywords deprecationMessage -o ../../cspell.schema.json", |
|
"clean-build": "npm run clean && npm run build", |
|
"compile": "tsc -p .", |
|
"coverage": "jest --coverage", |
|
"prepublishOnly": "npm run clean-build && npm test", |
|
"test": "jest" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/streetsidesoftware/cspell.git" |
|
}, |
|
"keywords": [ |
|
"spell", |
|
"checker", |
|
"code", |
|
"camel", |
|
"case", |
|
"spelling", |
|
"spell checker", |
|
"spelling checker", |
|
"lint" |
|
], |
|
"author": "Jason Dent", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-lib" |
|
}, |
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme", |
|
"dependencies": { |
|
"@cspell/dict-aws": "^1.0.13", |
|
"@cspell/dict-bash": "^1.0.11", |
|
"@cspell/dict-companies": "^1.0.35", |
|
"@cspell/dict-cpp": "^1.1.37", |
|
"@cspell/dict-cryptocurrencies": "^1.0.10", |
|
"@cspell/dict-csharp": "^1.0.10", |
|
"@cspell/dict-css": "^1.0.10", |
|
"@cspell/dict-django": "^1.0.25", |
|
"@cspell/dict-dotnet": "^1.0.24", |
|
"@cspell/dict-elixir": "^1.0.23", |
|
"@cspell/dict-en-gb": "^1.1.27", |
|
"@cspell/dict-en_us": "^1.2.39", |
|
"@cspell/dict-filetypes": "^1.1.5", |
|
"@cspell/dict-fonts": "^1.0.13", |
|
"@cspell/dict-fullstack": "^1.0.36", |
|
"@cspell/dict-golang": "^1.1.24", |
|
"@cspell/dict-haskell": "^1.0.12", |
|
"@cspell/dict-html": "^1.1.5", |
|
"@cspell/dict-html-symbol-entities": "^1.0.23", |
|
"@cspell/dict-java": "^1.0.22", |
|
"@cspell/dict-latex": "^1.0.23", |
|
"@cspell/dict-lorem-ipsum": "^1.0.22", |
|
"@cspell/dict-lua": "^1.0.16", |
|
"@cspell/dict-node": "^1.0.10", |
|
"@cspell/dict-npm": "^1.0.10", |
|
"@cspell/dict-php": "^1.0.23", |
|
"@cspell/dict-powershell": "^1.0.14", |
|
"@cspell/dict-python": "^1.0.32", |
|
"@cspell/dict-ruby": "^1.0.12", |
|
"@cspell/dict-rust": "^1.0.22", |
|
"@cspell/dict-scala": "^1.0.21", |
|
"@cspell/dict-software-terms": "^1.0.24", |
|
"@cspell/dict-typescript": "^1.0.16", |
|
"comment-json": "^4.1.0", |
|
"configstore": "^5.0.1", |
|
"cspell-io": "^4.1.7", |
|
"cspell-trie-lib": "^4.2.8", |
|
"cspell-util-bundle": "^4.1.11", |
|
"fs-extra": "^9.1.0", |
|
"gensequence": "^3.1.1", |
|
"minimatch": "^3.0.4", |
|
"resolve-from": "^5.0.0", |
|
"resolve-global": "^1.0.0", |
|
"vscode-uri": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=10.0.0" |
|
}, |
|
"devDependencies": { |
|
"cspell-tools": "^4.2.12" |
|
}, |
|
"gitHead": "0155d19d140b50f7620fa8ab23e42a2a73c6c13c" |
|
}
|
|
|