commit 2946363e88ec9e56a9d7e659a8d1995a72ef81ac Author: Hamza Ali Date: Sat Mar 20 16:31:23 2021 +0700 Initial commit: add 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" +}