{ "name": "@entropyk/wasm", "version": "0.1.0", "description": "WebAssembly bindings for the Entropyk thermodynamic simulation library", "keywords": [ "thermodynamics", "refrigeration", "simulation", "hvac", "wasm", "webassembly" ], "author": "Sepehr ", "license": "MIT OR Apache-2.0", "repository": { "type": "git", "url": "https://github.com/entropyk/entropyk.git", "directory": "bindings/wasm" }, "files": [ "pkg/entropyk_wasm_bg.wasm", "pkg/entropyk_wasm.js", "pkg/entropyk_wasm.d.ts" ], "main": "pkg/entropyk_wasm.js", "types": "pkg/entropyk_wasm.d.ts", "scripts": { "build": "wasm-pack build --target web --release", "build:node": "wasm-pack build --target nodejs --release", "test": "wasm-pack test --node", "test:browser": "wasm-pack test --headless --chrome", "publish": "wasm-pack publish" }, "devDependencies": {}, "engines": { "node": ">= 14.0.0" }, "browserslist": [ "defaults", "not IE 11" ] }