{
"name": "@cowasm/browser",
"version": "0.3.0",
"description": "CoWasm in a web browser",
"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",
"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/core/webpack",
"devDependencies": {
"@cowasm/kernel": "workspace:*",
"python-wasm": "^0.26.2",
"@types/node": "^18.11.3",
"buffer": "^6.0.3",
"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",
"ts-loader": "^9.3.1",
"typescript": "^4.8.4",
"util": "^0.12.4",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"debug": "^4.3.4"
}
}