Skip to content

Commit

Permalink
doc: added package.json section to project-structure.md
Browse files Browse the repository at this point in the history
Co-authored-by: Darryl Pogue <darryl@dpogue.ca>
  • Loading branch information
erisu and dpogue authored Nov 8, 2024
1 parent 8343efd commit 54dfd75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/docs/en/dev/guide/overview/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ myapp/

### `package.json`

TODO
A manifest declaring what JavaScript package dependencies are used by your project, including Cordova, the added platforms, and any added plugins. This is also where plugin variable values are stored.

Your project might already have a `package.json` file with its own dependencies, or one generated from a framework. Cordova will simply add what it needs to the `package.json` file without interfering with other tools or dependencies.

### `config.xml`

Expand Down

0 comments on commit 54dfd75

Please sign in to comment.