pxt
Version:
MakeCode (PXT) - command line interface
32 lines (31 loc) • 563 B
JSON
{
"name": "pxt",
"version": "0.5.1",
"description": "MakeCode (PXT) - command line interface",
"keywords": [
"TypeScript",
"JavaScript",
"education",
"microbit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt#readme",
"files": [
"README.md",
"cli.js",
"pxt"
],
"preferGlobal": true,
"bin": {
"pxt": "./pxt"
},
"engines": {
"node": ">= 4.4.5"
},
"dependencies": {}
}