mirror of
https://github.com/sequentialread/pow-captcha.git
synced 2025-03-30 15:08:29 +00:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"name": "wasm_build",
|
|
"version": "0.0.0",
|
|
"description": "build wasm module into webworker",
|
|
"main": "build_wasm_webworker.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"base32768": "^2.0.1"
|
|
}
|
|
}
|