mirror of
https://github.com/Noratrieb/node-package-manager.git
synced 2026-01-14 15:45:03 +01:00
add example npm project
This commit is contained in:
parent
191bf40f82
commit
3d83579417
6 changed files with 112 additions and 1 deletions
|
|
@ -7,3 +7,6 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
clap = "3.1.18"
|
||||
indexmap = { version = "1.8.1", features = ["serde"] }
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
serde_json = "1.0.81"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue