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