New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

next-plugin-devtools-json

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-plugin-devtools-json

Next.js plugin for serving Chrome DevTools project settings via webpack middleware - no API routes needed

Source
npmnpm
Version
3.0.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

next-plugin-devtools-json

Serves DevTools JSON at /.well-known/appspecific/com.chrome.devtools.json during Next.js development.

Install

npm install next-plugin-devtools-json

Setup

Run the setup command:

npx next-plugin-devtools-json

Or manually add to next.config.js:

const withDevToolsJSON = require('next-plugin-devtools-json');

module.exports = withDevToolsJSON({
  // your config
});

Or next.config.mjs:

import withDevToolsJSON from 'next-plugin-devtools-json';

export default withDevToolsJSON({
  // your config
});

License

MIT

Keywords

nextjs

FAQs

Package last updated on 08 Jun 2025

Related posts