summaryrefslogtreecommitdiffstats
path: root/testing/xpcshell/odoh-wasm/pkg/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xpcshell/odoh-wasm/pkg/package.json')
-rw-r--r--testing/xpcshell/odoh-wasm/pkg/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/xpcshell/odoh-wasm/pkg/package.json b/testing/xpcshell/odoh-wasm/pkg/package.json
new file mode 100644
index 0000000000..e6db000676
--- /dev/null
+++ b/testing/xpcshell/odoh-wasm/pkg/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "odoh-wasm",
+ "collaborators": [
+ "Kershaw Chang <kershaw@mozilla.com>"
+ ],
+ "version": "0.1.0",
+ "files": [
+ "odoh_wasm_bg.wasm",
+ "odoh_wasm.js",
+ "odoh_wasm_bg.js",
+ "odoh_wasm.d.ts"
+ ],
+ "main": "odoh_wasm.js",
+ "types": "odoh_wasm.d.ts"
+} \ No newline at end of file