Source: node-marijn-buildtool
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 14),
               dh-sequence-single-binary,
               dh-sequence-nodejs,
               node-acorn,
               node-acorn-walk,
               node-rollup-plugin-dts,
               node-types-mocha,
               node-typescript,
               rollup,
Standards-Version: 4.7.4
Homepage: https://code.haverbeke.berlin/marijn/buildtool
Vcs-Browser: https://salsa.debian.org/js-team/node-marijn-buildtool
Vcs-Git: https://salsa.debian.org/js-team/node-marijn-buildtool.git

Package: node-marijn-buildtool
Architecture: all
Depends: mocha,
         node-acorn,
         node-rollup-plugin-dts,
         node-typescript,
         rollup,
Description: tool for building TypeScript packages
 buildtool is a 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, performing a single shared build so that files from
 different projects are not compiled twice.
 .
 It compiles TypeScript sources in an "src" directory to "dist/index.js"
 (ES module), "dist/index.cjs" (CommonJS) and "dist/index.d.ts" outputs.
 .
 Node.js is an event-based server-side JavaScript engine.
