Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEngines

You can specify the version of node that your stuff works on. You can also specify which versions of npm are capable of properly installing your program.

see

https://docs.npmjs.com/files/package.json#engines

see

https://yarnpkg.com/en/docs/package-json#toc-engines

Hierarchy

  • IEngines

Indexable

[field: string]: any

You can specify the version of node that your stuff works on. You can also specify which versions of npm are capable of properly installing your program.

Index

Properties

Properties

Optional node

node: undefined | string

Optional npm

npm: undefined | string

Optional yarn

yarn: undefined | string

Optional zlib

zlib: undefined | string

Generated using TypeDoc