From 2946363e88ec9e56a9d7e659a8d1995a72ef81ac Mon Sep 17 00:00:00 2001 From: Hamza Ali Date: Sat, 20 Mar 2021 16:31:23 +0700 Subject: [PATCH] Initial commit: add package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4cf9b1d --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "go-mod-wasm", + "version": "0.0.1", + "description": "whatever", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://gitea.teamortix.com/Team-Ortix/go-mod-wasm" + }, + "keywords": [ + "golang", + "wasm", + "modules", + "loader", + "webpack" + ], + "author": "hhhapz, chanbakjsd", + "license": "MIT" +}