UNPKG

@wapython/wasi

Version:

Javascript library for interacting with WASI Modules in Node.js and the Browser.

65 lines (64 loc) 1.62 kB
{ "name": "@wapython/wasi", "version": "1.3.0", "description": "Javascript library for interacting with WASI Modules in Node.js and the Browser.", "main": "dist/index.js", "scripts": { "clean": "rm -rf dist", "build": "tsc -b", "tsc": "tsc -w", "dev": "watch \"npm run build:dev\" src", "test-precompile": "cd test/rs && make all", "test": "jest --config jest.config.js --verbose", "test:watch": "jest --config jest.config.js --watch --verbose", "docs": "typedoc src/ --out docs --target es6 --theme minimal --mode file" }, "files": [ "dist/*", "bin/*", "README.md", "package.json", "tsconfig.json" ], "repository": { "type": "git", "url": "git+https://github.com/sagemathinc/python-wasm.git" }, "publishConfig": { "access": "public" }, "keywords": [ "wasi", "webassembly", "wasm", "wasmer", "abi", "esm", "es", "module" ], "bin": { "wasi-run": "./bin/run.js" }, "author": "William Stein <wstein@sagemath.com>", "license": "MIT", "bugs": { "url": "https://github.com/sagemathinc/python-wasm/issues" }, "homepage": "https://github.com/sagemathinc/python-wasm/tree/main/packages/wasi", "dependencies": { "@wapython/unionfs": "^4.5.7", "debug": "^4.3.4", "fflate": "^0.7.3", "memfs": "^3.4.7", "path-browserify": "^1.0.0", "randomfill": "^1.0.4", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { "@types/filesystem": "^0.0.32", "@types/node": "^16.11.12", "@types/path-browserify": "^1.0.0", "typescript": "^4.5.2" } }