Set pnpm and node engines

This commit is contained in:
ThatGuySam 2023-08-12 14:34:53 -05:00
parent 23f2e18332
commit b92f393df9

View file

@ -4,6 +4,12 @@
"description": "Find out the latest app support for Apple Silicon and the Apple M2 and M1 Ultra Processors",
"author": "Sam Carlton",
"private": true,
"engines": {
"pnpm": "^8.6.*",
"node": ">=18",
"yarn": "forbidden, this project uses pnpm",
"npm": "forbidden, this project uses pnpm"
},
"config": {
"verbiage": {
"processors": "Apple M2 and M1 Ultra",