securityos/node_modules/@wasmer/wasi/package.json

55 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"name": "@wasmer/wasi",
"version": "0.12.0",
"description": "Isomorphic Javascript library for interacting with WASI Modules in Node.js and the Browser. 📚",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"iife": "lib/index.iife.js",
"typings": "lib/packages/wasi/src/index.d.ts",
"files": [
"lib"
],
"scripts": {
"precompile": "cd test/rs && make all",
"build": "run-s build:clean build:ts build:prod",
"build:clean": "rm -rf lib",
"build:ts": "tsc -b",
"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 --verbose",
"test:watch": "jest --config jest.config.js --watch --verbose",
"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": [
"wasi",
"webassembly",
"wasm",
"wasmer",
"abi",
"esm",
"es",
"module"
],
"author": "Wasmer Engineering Team <engineering@wasmer.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wasmerio/wasmer-js/issues"
},
"homepage": "https://github.com/wasmerio/wasmer-js/tree/master/packages/wasi",
"dependencies": {
"browser-process-hrtime": "^1.0.0",
"buffer-es6": "^4.9.3",
"path-browserify": "^1.0.0",
"randomfill": "^1.0.4"
},
"gitHead": "539782bfd0693218bacccf7b98d457a378fec182"
}