Add main script to allow cli to be directly installed from npm
@@ -4,6 +4,10 @@
"description": "SingleFile",
"author": "Gildas Lormeau",
"license": "AGPL-3.0-or-later",
+ "main": "single-file",
+ "bin": {
+ "single-file": "./single-file"
+ },
"dependencies": {
"file-url": "^3.0.0",
"iconv-lite": "^0.5.2",