{ "name": "binaryen", "description": "Browser & Node.js builds of Binaryen, a compiler infrastructure and toolchain library for WebAssembly.", "version": "103.0.0", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/AssemblyScript/binaryen.js.git" }, "keywords": [ "webassembly", "wasm" ], "type": "module", "main": "index.js", "typings": "index.d.ts", "bin": { "wasm-opt": "bin/wasm-opt", "wasm2js": "bin/wasm2js" }, "scripts": { "readme": "doctoc README.md --github --title \"### Contents\"", "check": "tsc index.d.ts --noEmit --strict --noImplicitAny --strictNullChecks --listFiles --diagnostics", "test": "npm run check && node tests/sanity && node tests/example", "bundle": "node scripts/bundle.js" }, "files": [ "index.js", "index.d.ts", "package.json", "package-lock.json", "README.md", "bin/package.json", "bin/wasm-opt", "bin/wasm2js" ], "devDependencies": { "dateformat": "^5.0.2", "doctoc": "^2.1.0", "esbuild": "^0.13.14", "semver": "^7.1.3", "simple-git": "^2.47.0", "typescript": "^4.4.4" } }