UNPKG

pxt-maker

Version:
60 lines (59 loc) 1.64 kB
{ "name": "pxt-maker", "version": "0.15.70", "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/dom-mediacapture-record": "1.0.20", "@types/marked": "0.3.0", "@types/node": "8.10.66", "@types/react": "16.4.7", "@types/react-dom": "16.0.3", "@types/web-bluetooth": "0.0.4", "less": "3.13.1", "react": "16.8.3", "react-dom": "16.11.0", "semantic-ui-less": "2.4.1", "typescript": "4.8.3" }, "dependencies": { "pxt-common-packages": "13.2.3", "pxt-core": "12.2.8" }, "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 \"" } }