60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "@wasmer/wasm-terminal",
|
|
"version": "0.12.0",
|
|
"description": "A terminal-like component for the browser, that fetches and runs Wasm modules in the context of a shell. 🐚",
|
|
"module": "lib/unoptimized/wasm-terminal.esm.js",
|
|
"iife": "lib/unoptimized/wasm-terminal.iife.js",
|
|
"typings": "lib/unoptimized/packages/wasm-terminal/src/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "run-s build:prod",
|
|
"build:clean": "rm -rf lib",
|
|
"build:ts": "tsc -b",
|
|
"build:prod": "rollup -c --environment LIB,WORKER,PROD",
|
|
"build:dev": "rollup -c --environment LIB,WORKER,DEV",
|
|
"dev": "watch \"npm run build:dev\" src",
|
|
"test": "jest --config jest.config.js",
|
|
"test:watch": "jest --config jest.config.js --watchAll",
|
|
"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",
|
|
"tty",
|
|
"shell",
|
|
"terminal",
|
|
"html",
|
|
"xterm",
|
|
"dom",
|
|
"browser"
|
|
],
|
|
"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/wasm-terminal",
|
|
"dependencies": {
|
|
"@wasmer/io-devices": "^0.12.0",
|
|
"@wasmer/wasi": "^0.12.0",
|
|
"@wasmer/wasmfs": "^0.12.0",
|
|
"comlink": "^4.0.5",
|
|
"shell-parse": "0.0.2",
|
|
"shell-quote": "^1.7.1",
|
|
"xterm": "^4.1.0",
|
|
"xterm-addon-fit": "^0.2.1",
|
|
"xterm-addon-web-links": "^0.2.1",
|
|
"xterm-addon-webgl": "^0.2.1"
|
|
},
|
|
"gitHead": "539782bfd0693218bacccf7b98d457a378fec182"
|
|
}
|