---
name: my-application
version: 1.0.0
dependencies:
  lodash: ^4.17.21
  express: ^4.18.0
config:
  port: 3000
  host: localhost
  debug: true
