UNPKG

pxt-maker

Version:
55 lines (54 loc) 1.46 kB
{ "name": "pxt-maker", "version": "0.15.66", "description": "Microsoft MakeCode Maker Boards", "public": true, "keywords": [ "JavaScript", "education", "maker", "pxt", "MakeCode", "Microsoft" ], "repository": { "type": "git", "url": "git+https://github.com/microsoft/pxt-maker.git" }, "author": "", "license": "MIT", "homepage": "https://github.com/microsoft/pxt-maker#readme", "files": [ "README.md", "pxtarget.json", "targetconfig.json", "built/*.js", "built/*.json", "built/*.d.ts", "sim/public", "docs/*.md", "docs/*/*.md", "docs/*/*/*.md", "docs/static/*.svg", "docs/static/*.png", "docs/static/libs/*.png", "docs/static/fonts/*", "docs/static/icons/favicon.ico" ], "devDependencies": { "@types/marked": "0.3.0", "@types/node": "8.10.66", "@types/web-bluetooth": "0.0.4", "semantic-ui-less": "2.4.1", "typescript": "^4.2.3" }, "dependencies": { "pxt-common-packages": "10.1.1", "pxt-core": "8.1.1", "webusb": "^1.1.1" }, "scripts": { "test": "node node_modules/pxt-core/built/pxt.js travis", "svgo": "glob-exec --foreach \"**/boardhd.svg\" -- \"svgo --config=svgo.yml {{file}} -o {{file.dir}}/board.svg \"" } }