Files
mixly3/boards/default_src/python_skulpt_car/package.json
2024-07-21 10:47:37 +08:00

32 lines
930 B
JSON

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