{
"name": "dash-wasm",
"version": "0.7.7",
"description": "dash-wasm -- WebAssembly dash shell for servers and browsers (early demo version)",
"main": "./dist/node.js",
"browser": "./dist/browser.js",
"files": [
"dist/**",
"README.md",
"package.json",
"tsconfig.json"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "make all",
"clean": "make clean",
"tsc": "tsc -w",
"test": "tsc && npx jest --runInBand ./dist",
"test-watch": "npx jest --watch ./dist",
"prepublishOnly": "make clean && make OPT='-O ReleaseSmall' -j4 && make test"
},
"bin": "./bin/dash-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/sagemathinc/cowasm.git"
},
"keywords": [
"python",
"webassembly"
],
"author": "William Stein <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/sagemathinc/cowasm/issues"
},
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/core/dash-wasm",
"dependencies": {
"@cowasm/kernel": "workspace:*",
"debug": "^4.3.4"
},
"devDependencies": {
"@cowasm/bzip2": "workspace:*",
"@cowasm/coreutils": "workspace:*",
"@cowasm/cpython": "workspace:*",
"@cowasm/dash": "workspace:*",
"@cowasm/less": "workspace:*",
"@cowasm/lua": "workspace:*",
"@cowasm/lzma": "workspace:*",
"@cowasm/man": "workspace:*",
"@cowasm/ncurses": "workspace:*",
"@cowasm/py-numpy": "workspace:*",
"@cowasm/rogue": "workspace:*",
"@cowasm/sqlite": "workspace:*",
"@cowasm/tar": "workspace:*",
"@cowasm/viz": "workspace:*",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.3",
"awaiting": "^3.0.0",
"jest": "^29.2.1",
"typescript": "^4.8.4"
}
}