23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"name": "go-mod-wasm",
|
|
"version": "0.1.2",
|
|
"description": "A webpack-based configuration to work with wasm using Go.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.teamortix.com/Team-Ortix/go-mod-wasm"
|
|
},
|
|
"keywords": [
|
|
"golang",
|
|
"wasm",
|
|
"modules",
|
|
"loader",
|
|
"webpack"
|
|
],
|
|
"author": "hhhapz, chanbakjsd",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lookpath": "^1.2.0",
|
|
"webpack": "^5.27.0"
|
|
}
|
|
} |