Skip to content

Commit ea2e0f5

Browse files
added project description and .npmrc file
1 parent 4b190a1 commit ea2e0f5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# .npmrc
2+
engine-strict=true

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-node-setup",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Node.js project with TypeScript, Express.js, ESLint, Prettier, ts-node, nodemon and package.json environment specific scripts.",
55
"main": "index.js",
66
"scripts": {
77
"local": "NODE_ENV=local nodemon",
@@ -34,5 +34,9 @@
3434
"express": "^4.18.2",
3535
"helmet": "^7.1.0",
3636
"prettier": "^3.1.1"
37+
},
38+
"engines": {
39+
"npm": ">=9.5.1",
40+
"node": ">=18.16.0"
3741
}
3842
}

0 commit comments

Comments
 (0)