cspell-gitignore
Version:
Gitignore Glob matcher for cspell
67 lines (66 loc) • 1.59 kB
JSON
{
"name": "cspell-gitignore",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.17.2",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
"gitignore",
"glob"
],
"author": "Jason Dent <jason@streetsidesoftware.nl>",
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-gitignore#readme",
"license": "MIT",
"bin": {
"cspell-gitignore": "bin.mjs"
},
"type": "module",
"sideEffects": false,
"types": "dist/index.d.ts",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"files": [
"bin.mjs",
"dist",
"!**/*.tsbuildInfo",
"!**/__mocks__",
"!**/test/**",
"!**/*.test.*",
"!**/*.spec.*",
"!**/*.map"
],
"scripts": {
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"build": "tsc -p .",
"clean-build": "pnpm run clean && pnpm run build",
"coverage": "vitest run --coverage",
"test:watch": "vitest",
"test": "vitest run",
"watch": "tsc -p . -w"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-gitignore"
},
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-gitignore"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@cspell/url": "8.17.2",
"cspell-glob": "8.17.2",
"cspell-io": "8.17.2",
"find-up-simple": "^1.0.0"
},
"gitHead": "160c982e8d1e3b4951acb6fc003d013f3b0597e0"
}