Files
mixly3/boards/default_src/micropython/package.json
2024-09-21 22:29:48 +08:00

31 lines
973 B
JSON

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