- 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
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
package-lock=false
|
|
save-exact=true
|
|
@techniker-me:registry=https://npm.techniker.me |