fedify icon indicating copy to clipboard operation
fedify copied to clipboard

Specify `engines` property to package.json

Open dahlia opened this issue 1 year ago • 0 comments

npm et al supports engines property in package.json, which indicates versions of supported runtime engines, e.g., Node.js v20+.

As we use dnt for generating package.json, we need to specify it in the dnt.ts script.

Our minimum requirements:

Runtime engine Minimum version
Deno 1.41.0
Node.js 20.0.0
Bun 1.1.0

dahlia avatar Oct 06 '24 03:10 dahlia