Source: node-rollup-plugin-dts
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: javascript
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs-no-lerna,
 node-ampproject-remapping,
 node-babel7,
 node-convert-source-map,
 node-eslint-visitor-keys,
 node-magic-string,
 node-react,
 node-typescript,
 nodejs,
 rollup,
Standards-Version: 4.7.4
Homepage: https://github.com/Swatinem/rollup-plugin-dts
Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-rollup-plugin-dts
Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-rollup-plugin-dts.git
Testsuite: autopkgtest-pkg-nodejs

Package: node-rollup-plugin-dts
Architecture: all
Multi-Arch: foreign
Depends:
 node-ampproject-remapping,
 node-babel7,
 node-convert-source-map,
 node-magic-string,
 node-typescript,
 rollup,
 ${misc:Depends},
Description: bundle TypeScript declaration files with Rollup
 This Rollup plugin is for combining TypeScript declaration files into a single
 output file.
 .
 It is intended for projects that already generate .d.ts files with the
 TypeScript compiler and want to publish a bundled declaration file alongside
 their JavaScript package.
 .
 The plugin resolves imports using the TypeScript compiler, excludes external
 dependencies from node_modules by default, and provides options for source
 maps, custom tsconfig files, compiler options, and selected external packages.
