This package provides a convenient way to install all the @prosekit
scoped packages at once. This saves you from having to install each package individually.
For example, the following two imports are equivalent:
import { defineItalic } from 'prosekit/extensions/italic'
import { defineItalic } from '@prosekit/extension-italic'