Current section

Files

Jump to
spellweaver priv bun node_modules @cspell cspell-json-reporter package.json
Raw

priv/bun/node_modules/@cspell/cspell-json-reporter/package.json

{
"name": "@cspell/cspell-json-reporter",
"version": "9.4.0",
"description": "JSON reporter for CSpell",
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-json-reporter"
},
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-json-reporter#readme",
"type": "module",
"sideEffects": false,
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js"
}
},
"files": [
"dist",
"!**/*.tsbuildInfo",
"!**/__mocks__",
"!**/test/**",
"!**/*.test.*",
"!**/*.spec.*",
"!**/*.map"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-json-reporter"
},
"scripts": {
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"build": "tsc -b . -f",
"build:esm": "tsc -p tsconfig.esm.json",
"clean-build": "pnpm run clean && pnpm run build",
"coverage": "vitest run --coverage",
"test:watch": "vitest",
"test": "vitest run && pnpm test:run",
"test:run": "node ../../bin.mjs . --config cSpell.example.mjs",
"watch": "tsc -b . -w -f"
},
"dependencies": {
"@cspell/cspell-types": "9.4.0"
},
"engines": {
"node": ">=20"
},
"gitHead": "12dba3d8b880384d1401c765cb2186647f5a266f"
}