{
"name": "posix-browser",
"version": "0.1.1",
"description": "Missing Posix Functions for the Browser",
"main": "dist/index.js",
"files": ["src/*", "dist/*", "README.md", "package.json"],
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagemathinc/cowasm.git"
},
"keywords": ["posix"],
"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/posix-browser#readme",
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^18.11.3",
"jest": "^29.2.1",
"typescript": "^4.8.4"
},
"dependencies": {
"debug": "^4.3.4"
}
}