{ "name": "move-bytecode-template", "version": "0.1.0", "description": "Move Binary Format implementation in WASM", "type": "module", "private": true, "scripts": { "build": "wasm-pack build --target nodejs --scope mysten", "build:dev": "wasm-pack build --target nodejs --debug --scope mysten", "build:release": "wasm-pack build --target web --release --scope mysten", "test": "vitest run" }, "author": "Mysten Labs ", "license": "Apache-2.0", "devDependencies": { "@mysten/bcs": "workspace:*", "@mysten/build-scripts": "workspace:*", "typescript": "^5.3.3", "vitest": "^0.33.0", "wasm-pack": "^0.12.1" } }