UNPKG

@kevinmarrec/cloudstack-knip-config

Version:
36 lines (35 loc) 777 B
{ "name": "@kevinmarrec/cloudstack-knip-config", "type": "module", "version": "1.0.0-rc.15", "description": "Opinionated Knip config.", "author": "Kevin Marrec <kevin@marrec.io>", "license": "MIT", "homepage": "https://github.com/kevinmarrec/cloudstack/tree/main/packages/knip-config#readme", "repository": { "type": "git", "url": "git+https://github.com/kevinmarrec/cloudstack.git", "directory": "packages/knip-config" }, "keywords": [ "cloudstack", "knip", "knip-config" ], "exports": { ".": { "import": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsdown" }, "peerDependencies": { "knip": ">=5.0.0" } }