Menu
Codebook LogoCodebookDocsTemplates
Design SystemsJavaScriptReactPHP
Codebook LogoCodebook
  • Docs
  • Templates
  • Design Systems
  • JavaScript
  • React
  • PHP
  • Getting Started
    • Getting Started
  • JavaScript
    • React
      • Basics
      • Context
      • Forms
      • Hooks
      • Snippets
      • Examples
        • Hide on Scroll
        • Hide Sidebar on Mobile
        • Sync State Between Tabs
      • Gatsby
        • Config
      • NextJS
        • MDX
        • Router
        • Tips
      • Styled Components
        • Basics
        • Snippets
        • Typescript
    • React Native
      • Introduction
      • Basics
      • Design Systems
      • 3rd Party Components
      • React Native Web
    • NodeJS
      • Basics
      • Async
      • package.json
      • ExpressJS
        • Error Handling
      • NestJS
        • Introduction
        • Basics
    • Typescript
      • Config
    • Vanilla JS
      • Currency
      • Validation
    • Web Components
      • Storybook
      • Integrating with ReactJS
    • jQuery
      • Best Practices
  • PHP
    • Basics
    • Snippets
    • Laravel
      • Blade
      • DevOps
      • Tips
  • CSS
    • Snippets
  • Dev Ops
    • Project Management
      • Linting
    • Git
      • Snippets
    • Ubuntu
      • Permissions
  • Other
    • Regex
    • Shopify
    • Netlify
    • Firebase
      • Introduction
      • Basics
      • Gatsby
  • Design Systems
    • Theming
      • Examples

package.json from NodeJS

Examples#

Nodemon#

Nodemon - General config options (used in nodemon.json or package.json)

{
"nodemonConfig": {
// Ignores these files (default for Gatsby projects)
"ignore": [
".cache/*",
"public/*",
"schema.json",
"src/*",
"content/*",
"static/*"
],
// Only checks these folders for changes
"watch": [
"src/docs/*",
"src/blog/*"
],
// Only checks files with these extensions
"ext": "md, css",
"delay": "1500"
},
}
Previous
« Node Async
Next
Error Handling - Express »
  • Examples
    • Nodemon
Ryosuke logo
Copyright © 2020 Ryosuke