UNPKG

@kitschpatrol/shared-config

Version:

A collection of shared configurations, linters, and formatting tools for TypeScript projects. All managed as a single dependency, and invoked via a single CLI command.

93 lines 2.47 kB
{ "name": "@kitschpatrol/shared-config", "version": "7.6.2", "description": "A collection of shared configurations, linters, and formatting tools for TypeScript projects. All managed as a single dependency, and invoked via a single CLI command.", "keywords": [ "shared-config", "eslint-config", "stylelint-config", "prettier-config", "typescript-config", "remark-config", "remark-lint", "github-actions", "cspell", "tsconfig", "mdat", "cli", "ksc" ], "homepage": "https://github.com/kitschpatrol/shared-config", "bugs": "https://github.com/kitschpatrol/shared-config/issues", "repository": { "type": "git", "url": "git+https://github.com/kitschpatrol/shared-config.git", "directory": "packages/shared-config" }, "license": "MIT", "author": { "name": "Eric Mika", "email": "eric@ericmika.com", "url": "https://ericmika.com" }, "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "ksc": "bin/cli.js" }, "files": [ "bin/*", "dist/*" ], "dependencies": { "@pinojs/json-colorizer": "^4.0.0", "@pnpm/lockfile.fs": "^1100.0.8", "cosmiconfig": "^9.0.1", "cosmiconfig-typescript-loader": "^6.3.0", "cspell": "^10.0.0", "cspell-lib": "^10.0.0", "decircular": "^1.0.0", "deepmerge": "^4.3.1", "deepmerge-ts": "^7.1.5", "execa": "^9.6.1", "find-workspaces": "^0.3.1", "fs-extra": "^11.3.5", "globby": "^16.2.0", "json-stringify-pretty-compact": "^4.0.0", "mdat": "^2.3.5", "package-up": "^5.0.0", "picocolors": "^1.1.1", "prettier": "^3.8.3", "semver": "^7.8.0", "stylelint": "^17.11.1", "yargs": "^18.0.0", "@kitschpatrol/eslint-config": "7.6.2", "@kitschpatrol/knip-config": "7.6.2", "@kitschpatrol/remark-config": "7.6.2", "@kitschpatrol/prettier-config": "7.6.2", "@kitschpatrol/repo-config": "7.6.2", "@kitschpatrol/stylelint-config": "7.6.2", "@kitschpatrol/cspell-config": "7.6.2", "@kitschpatrol/typescript-config": "7.6.2", "@kitschpatrol/mdat-config": "7.6.2" }, "engines": { "node": "^22.22.2 || >=24.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown", "cli": "node ./bin/cli.js", "test": "vitest run" } }