{"library":"deplint","type":"library","category":null,"description":"DepLint (v1.1.3) is a lightweight CLI tool that checks that all require/import statements in your JavaScript/TypeScript code are listed as dependencies in package.json. It scans declared file patterns and verifies that every module referenced exists in the project's dependency tree. Unlike similar tools (e.g., dependency-check, eslint-plugin-import), it is unopinionated about module resolution and focuses solely on dependency declaration completeness. It requires a custom 'deplint' key in package.json to configure file patterns and top-level module directories. Release cadence is low; last release was 2019. No known alternatives with identical configuration style.","language":"javascript","status":"maintenance","version":"1.1.3","tags":["javascript"],"last_verified":"Fri May 01","install":[{"cmd":"npm install deplint","imports":["npx deplint","const deplint = require('deplint')","import { DeplintOptions } from 'deplint' // if types exist"]},{"cmd":"yarn add deplint","imports":[]},{"cmd":"pnpm add deplint","imports":[]}],"homepage":null,"github":"https://github.com/jviotti/deplint","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/deplint","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}