emscripten-sdk
Version:
Download the Emscripten SDK into your system and access its commands via Node.js.
36 lines (35 loc) • 801 B
JSON
{
"name": "emscripten-sdk",
"version": "2.0.14-1",
"description": "Download the Emscripten SDK into your system and access its commands via Node.js.",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"postinstall": "node src/postinstall.js"
},
"bin": {
"emsdk": "src/emsdk.js",
"emsdk-checkout": "src/emsdk-checkout.js",
"emsdk-pull": "src/emsdk-pull.js",
"emsdk-run": "src/emsdk-run.js"
},
"repository": {
"type": "git",
"url": "https://github.com/devappd/emsdk-npm"
},
"keywords": [
"emscripten",
"emsdk",
"webassembly",
"wasm"
],
"author": "devappd",
"license": "MIT",
"dependencies": {
"@zkochan/npm-conf": "^2.0.1",
"cross-spawn-promise": "^0.10.2"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}