mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-26 11:31:43 +00:00
chore: move package json to root (#813)
* chore: move package json to root folder * chore: also lint prettier codestyle * chore: configure ModManUi files to use lf eof * chore: update npm versions * chore: update README of ModMan * chore: adjust ci to use package json of root folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Do not run any npm lifecycle hook scripts (especially after installation).
|
||||
# Most dependencies should be fine with this.
|
||||
ignore-scripts=true
|
||||
# Always prefer locked versions from lockfile when installing.
|
||||
save-exact=true
|
||||
# Only take packages that are at least 3 days old since most supply-chain attacks may be mitigated until then
|
||||
min-release-age=3
|
||||
# Refuse to use engines lower than specified
|
||||
engine-strict=true
|
||||
Reference in New Issue
Block a user