b7d8dee5e9
Change-Id: I8b1b0e81500836e0408e0517edb6c696698ab5f7
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"name": "testing-wasm",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "GOOS=js GOARCH=wasm go build -o main.wasm storj.io/storj/satellite/console/wasm",
|
|
"pretest": "npm run build",
|
|
"test": "jest || true"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^23.5.0"
|
|
}
|
|
}
|