2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-17 16:07:48 +00:00

chore: set security best practices npm flags in npmrc

This commit is contained in:
Jan Laupetin
2025-12-16 10:40:04 +00:00
parent 93baf5207a
commit 45960c6ec7

5
src/ModManUi/.npmrc Normal file
View File

@@ -0,0 +1,5 @@
# 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