cspell-lib
Version:
A library of useful functions used across various cspell tools.
113 lines (112 loc) • 3.4 kB
JSON
{
"name": "cspell-lib",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "9.0.2",
"description": "A library of useful functions used across various cspell tools.",
"type": "module",
"sideEffects": false,
"types": "dist/lib/index.d.ts",
"module": "dist/lib/index.js",
"exports": {
".": {
"import": "./dist/lib/index.js"
}
},
"files": [
"dist",
"!**/*.tsbuildInfo",
"!**/__mocks__",
"!**/test*/**",
"!**/test.*",
"!**/*.test.*",
"!**/*.spec.*",
"!**/*.map"
],
"scripts": {
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"clean-build": "pnpm clean && pnpm build",
"build": "tsc -p . && pnpm run build:api",
"build:api": "rollup -c api/rollup.config.mjs",
"watch": "tsc -p . --watch",
"coverage": "vitest run --coverage --pool=forks",
"test-watch": "vitest",
"prepublishOnly": "pnpm run clean-build",
"#test": "vitest run --reporter=hanging-process --reporter=default",
"test": "vitest run --pool=forks",
"test:update-snapshot": "vitest run -u",
"test:perf": "NODE_ENV=production insight --file \"**/*.perf.{mjs,js}\"",
"test:perf:ts": "NODE_ENV=production insight --file \"**/*.perf.{mts,ts}\" --register ts-node/esm",
"test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs --file \"dist/**/*.perf.{mjs,js}\" -t 1000"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-lib"
},
"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/tree/main/packages/cspell-lib#readme",
"dependencies": {
"@cspell/cspell-bundled-dicts": "9.0.2",
"@cspell/cspell-pipe": "9.0.2",
"@cspell/cspell-resolver": "9.0.2",
"@cspell/cspell-types": "9.0.2",
"@cspell/dynamic-import": "9.0.2",
"@cspell/filetypes": "9.0.2",
"@cspell/strong-weak-map": "9.0.2",
"@cspell/url": "9.0.2",
"clear-module": "^4.1.2",
"comment-json": "^4.2.5",
"cspell-config-lib": "9.0.2",
"cspell-dictionary": "9.0.2",
"cspell-glob": "9.0.2",
"cspell-grammar": "9.0.2",
"cspell-io": "9.0.2",
"cspell-trie-lib": "9.0.2",
"env-paths": "^3.0.0",
"fast-equals": "^5.2.2",
"gensequence": "^7.0.0",
"import-fresh": "^3.3.1",
"resolve-from": "^5.0.0",
"vscode-languageserver-textdocument": "^1.0.12",
"vscode-uri": "^3.1.0",
"xdg-basedir": "^5.1.0"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@cspell/dict-cpp": "^6.0.8",
"@cspell/dict-csharp": "^4.0.6",
"@cspell/dict-css": "^4.0.17",
"@cspell/dict-fa-ir": "^4.0.3",
"@cspell/dict-fr-fr": "^2.3.0",
"@cspell/dict-html": "^4.0.11",
"@cspell/dict-nl-nl": "^2.4.0",
"@cspell/dict-python": "^4.2.18",
"@types/configstore": "^6.0.2",
"configstore": "^7.0.0",
"cspell-dict-nl-nl": "^1.1.2",
"leaked-handles": "^5.2.0",
"lorem-ipsum": "^2.0.8",
"perf-insight": "^1.2.0"
},
"gitHead": "39dbd9ab9b8943a023d9eda7f65f81e822f939b5"
}