Hi, Please excuse me for having zero idea on javascript situation.
I only checked: https://wiki.debian.org/Javascript/Nodejs/Npm2Deb There I see 2 types of source tarball: * node-require-directory-2.1.1.tgz * require-directory-2.1.1.tgz These expands to files containing: * node-require-directory-cc71c23dd0c16cefd26855303c16ca1b9b50a36d/package.json * package/package.json In "Step 5. Create debian source package/.dsc file (if required)", I guess you want to use debmake started in the directory package.json exists, Am I correct? If this is the expected path for NPM packages, I think it is simple. Please confirm. Regards, Osamu

