Source: node-tsx
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , help2man
 , node-esbuild
 , node-ampproject-remapping
 , node-chokidar
 , node-es-module-lexer
 , node-fast-levenshtein
 , node-get-tsconfig
 , node-magic-string
 , node-slash
 , node-string-width
 , node-wrap-ansi
Standards-Version: 4.7.4
Homepage: https://tsx.hirok.io/
Vcs-Git: https://salsa.debian.org/js-team/node-tsx.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tsx

Package: tsx
Architecture: all
Provides: ${nodejs:Provides}
Depends: ${misc:Depends}
 , node-esbuild
 , node-ampproject-remapping
 , node-chokidar
 , node-es-module-lexer
 , node-fast-levenshtein
 , node-get-tsconfig
 , node-magic-string
 , node-slash
 , node-string-width
 , node-wrap-ansi
Description: Execute TypeScript in Node.js
 The tsx executable runs your TypeScript code with modern and sensible
 defaults, making it user-friendly and especially great for beginners.
 .
 Features: seamless CommonJS or ESM imports and a watch mode.
 .
 Node.js is an event-based server-side JavaScript engine.
