1 Star 0 Fork 1

prtemly/pxt-arcade

forked from 胡波/pxt-arcade 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
shakao 提交于 2022-01-22 08:16 +08:00 . 1.8.8
{
"name": "pxt-arcade",
"version": "1.8.8",
"description": "Small arcade editor for MakeCode",
"keywords": [
"JavaScript",
"education",
"MakeCode"
],
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/pxt-arcade.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/microsoft/pxt-arcade#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/**",
"!docs/**/*.gif"
],
"devDependencies": {
"@types/marked": "^0.3.0",
"@types/node": "^9.3.0",
"@types/web-bluetooth": "0.0.4",
"semantic-ui-less": "2.4.1",
"typescript": "^4.2.3"
},
"dependencies": {
"pxt-common-packages": "9.4.3",
"pxt-core": "7.4.16"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.8.9"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/prtemly/pxt-arcade.git
git@gitee.com:prtemly/pxt-arcade.git
prtemly
pxt-arcade
pxt-arcade
master

搜索帮助