Source: node-prosemirror-test-builder
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Abraham Raji <avronr@tuta.io>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 14)
 , dh-sequence-single-binary
 , dh-sequence-nodejs
 , node-prosemirror-buildhelper
 , node-prosemirror-model
 , node-prosemirror-schema-basic
 , node-prosemirror-schema-list
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-test-builder
Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-test-builder.git
Homepage: https://code.haverbeke.berlin/prosemirror/prosemirror-test-builder

Package: node-prosemirror-test-builder
Architecture: all
Depends: node-prosemirror-model
 , node-prosemirror-schema-basic
 , node-prosemirror-schema-list
Provides: ${nodejs:Provides}
Description: provides helpers for building ProseMirror documents for tests
 This module provides helpers for building ProseMirror documents for tests. It's
 main file exports a basic schema with list support, and a number of functions,
 whose name mostly follows the corresponding HTML tag, to create nodes and marks
 in this schema. The prosemirror-test-builder/dist/build module exports a
 function that you can use to create such helpers for your own schema.
 .
 Node.js is an event-based server-side JavaScript engine.
