Jelajahi Sumber

added package.json

Gildas 7 tahun lalu
induk
melakukan
adb92a2b9b
1 mengubah file dengan 17 tambahan dan 0 penghapusan
  1. 17 0
      package.json

+ 17 - 0
package.json

@@ -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": "*"
+	}
+}