* Package name : node-marijn-buildtool Version : 1.2.0 Upstream Author : Marijn Haverbeke <marijn@haverbeke.berlin> * URL : https://code.haverbeke.berlin/marijn/buildtool * License : MIT Programming Lang: TypeScript Description : Build tool for TypeScript packages buildtool is a small build tool for TypeScript packages, used by the ProseMirror project. It wraps the TypeScript compiler and Rollup to build one or more projects in one go, producing dist/index.js (ES module), dist/index.cjs (CommonJS) and dist/index.d.ts outputs. . Part of packaging Zotero for Debian (#1125955); the current prosemirror-* releases (needed by zotero/note-editor) build themselves with @prosemirror/buildhelper, which depends on this package.