Source: node-prosemirror-model
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.debian.org>
Uploaders: Sruthi Chandran <srud@debian.org>,
           Emfox Zhou <emfox@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nodejs,
               node-marijn-buildtool,
               node-prosemirror-buildhelper,
               rollup,
               node-rollup-plugin-dts,
               node-typescript,
               node-babel7,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-model
Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-model.git
Homepage: https://code.haverbeke.berlin/prosemirror/prosemirror-model
Rules-Requires-Root: no

Package: node-prosemirror-model
Architecture: all
Depends: ${misc:Depends},
Description: ProseMirror's document model
 This is a core module of ProseMirror. ProseMirror is a well-behaved rich
 semantic content editor based on contentEditable, with support for
 collaborative editing and custom document schemas.
 .
 This module implements ProseMirror's document model, along with the mechanisms
 needed to support schemas.
 .
 Node.js is an event-based server-side JavaScript engine.
