|
|
@@ -0,0 +1,17 @@
|
|
|
+{
|
|
|
+ "name": "single-file-node",
|
|
|
+ "version": "0.0.1",
|
|
|
+ "description": "SingleFile for NodeJS",
|
|
|
+ "main": "./node/single-file-node.js",
|
|
|
+ "scripts": {
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
+ },
|
|
|
+ "author": "Gildas Lormeau",
|
|
|
+ "license": "AGPL-3.0-or-later",
|
|
|
+ "dependencies": {
|
|
|
+ "jsdom": "*",
|
|
|
+ "strong-data-uri": "*",
|
|
|
+ "iconv-lite": "*",
|
|
|
+ "request": "*"
|
|
|
+ }
|
|
|
+}
|