forked from lix-project/lix-website
96 lines
2.7 KiB
JSON
96 lines
2.7 KiB
JSON
|
{
|
||
|
"name": "cspell-lib",
|
||
|
"version": "5.21.2",
|
||
|
"description": "A library of useful functions used across various cspell tools.",
|
||
|
"main": "dist/index.js",
|
||
|
"typings": "dist/index.d.ts",
|
||
|
"files:comment": "Due to a lerna bug, patterns like `!**/*.map` are not getting recursively honored",
|
||
|
"files": [
|
||
|
"dist",
|
||
|
"!**/__mocks__",
|
||
|
"!**/*.test.*",
|
||
|
"!**/*.spec.*",
|
||
|
"!**/*.map"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"clean": "rimraf dist temp coverage .tsbuildinfo",
|
||
|
"build": "npm run compile && npm run build-api",
|
||
|
"build-dev": "tsc -p tsconfig.dev.json",
|
||
|
"build-api": "rollup -c api/rollup.config.mjs",
|
||
|
"clean-build": "npm run clean && npm run build",
|
||
|
"compile": "tsc -p .",
|
||
|
"watch": "tsc --watch -p .",
|
||
|
"coverage": "jest --coverage",
|
||
|
"test-watch": "jest --watch",
|
||
|
"prepublishOnly": "npm run clean-build && npm test",
|
||
|
"test": "jest",
|
||
|
"update-snapshot": "jest --updateSnapshot"
|
||
|
},
|
||
|
"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/cspell-bundled-dicts": "^5.21.2",
|
||
|
"@cspell/cspell-pipe": "^5.21.2",
|
||
|
"@cspell/cspell-types": "^5.21.2",
|
||
|
"clear-module": "^4.1.2",
|
||
|
"comment-json": "^4.2.2",
|
||
|
"configstore": "^5.0.1",
|
||
|
"cosmiconfig": "^7.0.1",
|
||
|
"cspell-glob": "^5.21.2",
|
||
|
"cspell-io": "^5.21.2",
|
||
|
"cspell-trie-lib": "^5.21.2",
|
||
|
"fast-equals": "^3.0.2",
|
||
|
"find-up": "^5.0.0",
|
||
|
"fs-extra": "^10.1.0",
|
||
|
"gensequence": "^3.1.1",
|
||
|
"import-fresh": "^3.3.0",
|
||
|
"resolve-from": "^5.0.0",
|
||
|
"resolve-global": "^1.0.0",
|
||
|
"vscode-languageserver-textdocument": "^1.0.4",
|
||
|
"vscode-uri": "^3.0.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=12.13.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@cspell/dict-cpp": "^3.1.0",
|
||
|
"@cspell/dict-csharp": "^3.0.1",
|
||
|
"@cspell/dict-css": "^2.0.0",
|
||
|
"@cspell/dict-fa-ir": "^2.0.0",
|
||
|
"@cspell/dict-fr-fr": "^2.1.0",
|
||
|
"@cspell/dict-html": "^3.0.1",
|
||
|
"@cspell/dict-nl-nl": "^2.2.5",
|
||
|
"@cspell/dict-python": "^3.0.5",
|
||
|
"@types/configstore": "^5.0.1",
|
||
|
"@types/fs-extra": "^9.0.13",
|
||
|
"@types/jest": "^27.5.1",
|
||
|
"@types/node": "^17.0.35",
|
||
|
"jest": "^28.1.0",
|
||
|
"lorem-ipsum": "^2.0.4",
|
||
|
"rimraf": "^3.0.2",
|
||
|
"rollup": "^2.74.1",
|
||
|
"rollup-plugin-dts": "^4.2.1",
|
||
|
"ts-jest": "^28.0.2"
|
||
|
},
|
||
|
"gitHead": "ce422e9d62a5fbad056c4f82aafcbf98c6a86677"
|
||
|
}
|