{
"name": "dylink",
"version": "0.14.0",
"description": "Support for dynamic linking of WebAssembly code via Javascript built using wasm32-unknown-emscripten",
"main": "dist/index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"tsc": "pnpm exec tsc -w",
"build": "tsc -b",
"test": "make test",
"prepublishOnly": "pnpm run build && make test"
},
"bin": {
"dylink-libpython": "dist/libpython.js"
},
"files": [
"dist/*",
"README.md",
"package.json",
"tsconfig.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sagemathinc/cowasm.git"
},
"keywords": [
"wasm",
"web assembly",
"dynamic",
"linking",
"emscripten",
"zig",
"clang"
],
"author": "William Stein",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/sagemathinc/cowasm/issues"
},
"homepage": "https://github.com/sagemathinc/cowasm#readme",
"devDependencies": {
"@cowasm/posix-wasm": "workspace:*",
"wasi-js": "workspace:*",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.3",
"jest": "^29.2.1",
"typescript": "^4.8.4"
},
"dependencies": {
"await-spawn": "^4.0.2",
"debug": "^4.3.4"
}
}