We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8540e0 commit ef85010Copy full SHA for ef85010
.npmrc
@@ -0,0 +1 @@
1
+engine-strict=true
package.json
@@ -4,6 +4,9 @@
4
"description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest",
5
"main": "init.js",
6
"license": "MIT",
7
+ "engines": {
8
+ "node": ">=18.0.0"
9
+ },
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli.git"
0 commit comments