54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "pxt-ev3",
|
|
"version": "1.4.28",
|
|
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
|
|
"private": false,
|
|
"keywords": [
|
|
"JavaScript",
|
|
"education",
|
|
"LEGO",
|
|
"EV3",
|
|
"pxt",
|
|
"MakeCode",
|
|
"Microsoft"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/pxt-ev3.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/Microsoft/pxt-ev3#readme",
|
|
"files": [
|
|
"README.md",
|
|
"pxtarget.json",
|
|
"targetconfig.json",
|
|
"built/*.js",
|
|
"built/*.json",
|
|
"built/*.d.ts",
|
|
"sim/public",
|
|
"docs/*.md",
|
|
"docs/*/*.md",
|
|
"docs/*/*/*.md"
|
|
],
|
|
"devDependencies": {
|
|
"@types/marked": "^0.3.0",
|
|
"@types/node": "^9.3.0",
|
|
"@types/react": "16.8.25",
|
|
"@types/react-dom": "16.0.3",
|
|
"@types/web-bluetooth": "0.0.4",
|
|
"@vusion/webfonts-generator": "^0.7.1",
|
|
"react": "16.8.3",
|
|
"react-dom": "16.11.0",
|
|
"semantic-ui-less": "2.4.1",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"dependencies": {
|
|
"pxt-common-packages": "9.2.7",
|
|
"pxt-core": "7.2.16"
|
|
},
|
|
"scripts": {
|
|
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
|
}
|
|
}
|