Source: node-tsc-alias
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-chokidar,
 node-commander,
 node-get-tsconfig,
 node-globby,
 node-mylas,
 node-normalize-path,
 node-plimit-lit,
 node-typescript,
Standards-Version: 4.7.4
Homepage: https://github.com/justkey007/tsc-alias
Vcs-Git: https://salsa.debian.org/js-team/node-tsc-alias.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tsc-alias

Package: node-tsc-alias
Architecture: all
Depends:
 node-chokidar,
 node-commander,
 node-get-tsconfig,
 node-globby,
 node-mylas,
 node-normalize-path,
 node-plimit-lit,
 ${misc:Depends},
Multi-Arch: foreign
Description: fixes alias paths after typescript compilation
 Replace alias paths with relative paths after typescript compilation. You
 can add aliases that reference other projects outside your tsconfig.json
 project by providing a relative path to the baseUrl.
 .
 Differs from tsconfig-paths in that it is entirely compile-time
 and adds no runtime dependencies.
 .
 Can also be used in a single file with a function that returns a promise
 of a function that receives the file contents and path, and returns the
 transformed contents, synchronously.
 .
 Node.js is an event-based server-side JavaScript engine.
