Source: node-dts-bundle-generator
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-typescript
 , node-yargs
 , ts-node
 , mocha
Standards-Version: 4.7.3
Homepage: https://github.com/timocov/dts-bundle-generator
Vcs-Git: https://salsa.debian.org/js-team/node-dts-bundle-generator.git
Vcs-Browser: https://salsa.debian.org/js-team/node-dts-bundle-generator
Rules-Requires-Root: no

Package: node-dts-bundle-generator
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , node-typescript
 , node-yargs
Description: Tool generating a .d.ts bundles from typescript code
 This typeScript utility produces clean, consolidated .d.ts declaration
 bundles from complex project structures, enabling library authors
 to distribute a single, well‑organized type definition file.
 .
 This tool takes one or more TypeScript entry files,
 gathers and merges all the types they depend on, and
 produces a single, simplified declaration file that remains fully accurate
 and compatible with modern TypeScript tooling.
 .
 Node.js is an event-based server-side JavaScript engine.
