UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

10 lines (7 loc) 150 B
'use strict'; const engines = { node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0' }; exports.engines = engines; //# sourceMappingURL=engines.js.map