{ "name": "@wasmer/io-devices", "version": "0.12.0", "description": "Isomorphic library to implement the experimental Wasmer I/O devices for wasmfs instances 🖼️🎮", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", "iife": "lib/index.iife.js", "typings": "lib/packages/io-devices/src/index.d.ts", "files": [ "lib" ], "scripts": { "build": "npm run build:prod", "build:prod": "rollup -c --environment PROD", "build:dev": "rollup -c --environment DEV", "dev": "watch \"npm run build:dev\" src", "test": "jest --config jest.config.js", "test:watch": "jest --config jest.config.js --watch", "docs": "typedoc src/ --out docs --target es6 --theme minimal --mode file" }, "repository": { "type": "git", "url": "git+https://github.com/wasmerio/wasmer-js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "wasm", "wasi", "fs", "file", "system", "wapm", "wasmer" ], "author": "Wasmer Engineering Team ", "license": "MIT", "bugs": { "url": "https://github.com/wasmerio/wasmer-js/issues" }, "homepage": "https://github.com/wasmerio/wasmer-js/tree/master/packages/io-devices", "gitHead": "539782bfd0693218bacccf7b98d457a378fec182" }