{ "name": "@mixly/micropython-esp32", "version": "1.2.0", "description": "适用于mixly的micropython esp32模块", "scripts": { "build:dev": "webpack --config=webpack.dev.js", "build:prod": "webpack --config=webpack.prod.js" }, "main": "./export.js", "author": "Mixly Team", "keywords": [ "mixly", "mixly-plugin", "micropython-esp32" ], "homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_esp32", "bugs": { "url": "https://gitee.com/mixly2/mixly2.0_src/issues" }, "repository": { "type": "git", "url": "https://gitee.com/mixly2/mixly2.0_src.git", "directory": "default_src/micropython_esp32" }, "publishConfig": { "access": "public" }, "license": "Apache 2.0" }