29 lines
875 B
JSON
29 lines
875 B
JSON
{
|
|
"name": "@mixly/micropython-esp32c2",
|
|
"version": "1.3.0",
|
|
"description": "适用于mixly的micropython esp32c2模块",
|
|
"scripts": {
|
|
"build:dev": "webpack --config=webpack.dev.js",
|
|
"publish:board": "npm publish --registry https://registry.npmjs.org/"
|
|
},
|
|
"main": "./export.js",
|
|
"author": "Mixly Team",
|
|
"keywords": [
|
|
"mixly",
|
|
"mixly-plugin",
|
|
"micropython-esp32c2"
|
|
],
|
|
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_esp32c2",
|
|
"bugs": {
|
|
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/bnu_mixly/mixly3.git",
|
|
"directory": "default_src/micropython_esp32c2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "Apache 2.0"
|
|
} |