{
"name": "@cowasm/terminal",
"version": "0.0.1",
"description": "Demo of browser based Python terminal using python-wasm and xterm.js",
"files": [
"dist/*",
"src/*",
"README.md",
"package.json",
"tsconfig.json",
"webpack.config.js",
"Makefile"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "rm -rf dist node_modules",
"build": "webpack",
"watch": "webpack --watch",
"serve": "webpack serve",
"http": "http-server dist",
"tsc": "pnpm exec tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagemathinc/cowasm.git"
},
"keywords": ["python", "webassembly"],
"author": "William Stein",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/sagemathinc/cowasm/issues"
},
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/python/terminal",
"devDependencies": {
"python-wasm": "workspace:*",
"buffer": "^6.0.3",
"css-loader": "^6.7.1",
"events": "^3.3.0",
"html-webpack-plugin": "^5.5.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.8.4",
"util": "^0.12.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"xterm": "^4.19.0",
"http-server": "^14.1.1",
"@types/node": "^18.11.3"
}
}