45 строки
1.1 KiB
JSON
45 строки
1.1 KiB
JSON
{
|
|
"name": "pxt-arcade",
|
|
"version": "2.0.4",
|
|
"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"
|
|
],
|
|
"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.8.3"
|
|
},
|
|
"dependencies": {
|
|
"pxt-common-packages": "12.1.1",
|
|
"pxt-core": "11.2.20"
|
|
},
|
|
"optionalDependencies": {
|
|
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12"
|
|
},
|
|
"scripts": {
|
|
"serve": "node node_modules/pxt-core/built/pxt.js serve",
|
|
"copy-sim": "node ./scripts/copyArcadeSim.js"
|
|
}
|
|
}
|