Current section

Files

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

priv/bun/node_modules/@cspell/cspell-service-bus/package.json

{
"name": "@cspell/cspell-service-bus",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "9.0.2",
"description": "A Library for connecting requests to services that can fulfill them.",
"keywords": [
"cspell"
],
"author": "Jason Dent <jason@streetsidesoftware.nl>",
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-service-bus#readme",
"license": "MIT",
"type": "module",
"sideEffects": false,
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js"
}
},
"files": [
"dist",
"!**/*.tsbuildInfo",
"!**/__mocks__",
"!**/*.spec.*",
"!**/*.test.*",
"!**/test/**",
"!**/*.map"
],
"scripts": {
"build": "tsc -b . -f",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build:clean": "pnpm run clean && pnpm run build",
"watch": "tsc -b . -w -f",
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"clean-build": "pnpm build:clean",
"coverage": "vitest run --coverage",
"test-watch": "vitest --watch",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-service-bus"
},
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-service-bus"
},
"engines": {
"node": ">=20"
},
"gitHead": "39dbd9ab9b8943a023d9eda7f65f81e822f939b5"
}