UNPKG

@kitschpatrol/knip-config

Version:
64 lines 1.47 kB
{ "name": "@kitschpatrol/knip-config", "version": "5.5.0", "description": "Knip configuration for @kitschpatrol/shared-config.", "keywords": [ "shared-config", "knip-config", "knip", "cli", "kpi", "kpi-knip" ], "homepage": "https://github.com/kitschpatrol/shared-config/tree/main/packages/knip-config", "bugs": "https://github.com/kitschpatrol/shared-config/issues", "repository": { "type": "git", "url": "git+https://github.com/kitschpatrol/shared-config.git", "directory": "packages/knip-config" }, "license": "MIT", "author": { "name": "Eric Mika", "email": "eric@ericmika.com", "url": "https://ericmika.com" }, "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "kpi-knip": "bin/cli.js" }, "files": [ "dist/*", "bin/*", "init/*" ], "dependencies": { "@pinojs/json-colorizer": "^4.0.0", "cosmiconfig": "^9.0.0", "cosmiconfig-typescript-loader": "^6.1.0", "deepmerge-ts": "^7.1.5", "execa": "^9.6.0", "find-workspaces": "^0.3.1", "fs-extra": "^11.3.0", "knip": "^5.60.2", "prettier": "^3.5.3" }, "engines": { "node": ">=20.9.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && ../../scripts/build.ts", "cli": "node ./bin/cli.js" } }