micropython
Version:
A WASM module built from the official MicroPython port
34 lines (33 loc) • 775 B
JSON
{
"name": "micropython",
"version": "1.1.8",
"description": "A WASM module built from the official MicroPython port",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafi16jan/micropython-wasm.git"
},
"keywords": [
"python",
"micropython",
"wasm",
"webassembly"
],
"author": "MicroPython",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafi16jan/micropython-wasm/issues"
},
"homepage": "https://github.com/rafi16jan/micropython-wasm#readme",
"dependencies": {
"arraybuffer-loader": "^1.0.7",
"node-fetch": "^2.6.0",
"raw-loader": "^2.0.0"
}
}