add engines field
This commit is contained in:
		
							
								
								
									
										3
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										3
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -80,6 +80,9 @@
 | 
				
			|||||||
        "prettier": "^3.0.0",
 | 
					        "prettier": "^3.0.0",
 | 
				
			||||||
        "tsx": "^3.12.7",
 | 
					        "tsx": "^3.12.7",
 | 
				
			||||||
        "typescript": "^5.0.4"
 | 
					        "typescript": "^5.0.4"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=18.14"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@clack/core": {
 | 
					    "node_modules/@clack/core": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,6 +17,9 @@
 | 
				
			|||||||
    "test": "tsx ./quartz/util/path.test.ts",
 | 
					    "test": "tsx ./quartz/util/path.test.ts",
 | 
				
			||||||
    "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
 | 
					    "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  "engines": {
 | 
				
			||||||
 | 
					    "node": ">=18.14"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "keywords": [
 | 
					  "keywords": [
 | 
				
			||||||
    "site generator",
 | 
					    "site generator",
 | 
				
			||||||
    "ssg",
 | 
					    "ssg",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user