{
"name": "harmony-protocol-wasm",
"version": "0.1.0",
"description": "WebAssembly bindings for Harmony Protocol",
"main": "index.js",
"scripts": {
"build": "wasm-pack build --target web --out-dir www/pkg ..",
"serve": "python -m http.server 8000",
"dev": "npm run build && npm run serve"
},
"keywords": [
"wasm",
"harmony",
"protocol",
"ai",
"conversation"
],
"author": "Reverse Engineer",
"license": "Apache-2.0",
"devDependencies": {
"wasm-pack": "^0.12.1"
}
}