Add .npmrc configuration and update package.json

- Created a new .npmrc file with custom settings for package-lock and registry
- Updated package.json to include new devDependencies for @types/express and @types/morgan
- Restored private status and scripts section in package.json, ensuring proper project setup
This commit is contained in:
2025-10-30 03:13:51 -04:00
parent e18e3523e5
commit 3fe157541c
2 changed files with 23 additions and 15 deletions

3
.npmrc Normal file
View File

@@ -0,0 +1,3 @@
package-lock=false
save-exact=true
@techniker-me:registry=https://npm.techniker.me