[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: whoops

+2 -2
+2 -2
knip.json
··· 2 2 "$schema": "https://unpkg.com/knip@5/schema.json", 3 3 "includeEntryExports": true, 4 4 "ignoreExportsUsedInFile": true, 5 - "ignoreBinaries": [], 5 + "ignoreBinaries": ["simple-git-hooks", "lint-staged"], 6 6 "workspaces": { 7 7 ".": { 8 8 "entry": [ ··· 51 51 }, 52 52 "docs": { 53 53 "entry": ["app/app.config.ts"], 54 - "ignoreDependencies": ["docus", "better-sqlite3"] 54 + "ignoreDependencies": ["docus", "better-sqlite3", "nuxt"] 55 55 } 56 56 } 57 57 }