Initial commit: add package.json

master
ALI Hamza 2021-03-20 16:31:23 +07:00
commit 2946363e88
Signed by untrusted user: hamza
GPG Key ID: 22473A32291F8CB6
1 changed files with 22 additions and 0 deletions

@ -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"
}