forked from microbit-more/mbit-more-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 768 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "mbit-more-v2",
"version": "0.2.5",
"description": "Full-functional extension of micro:bit for Scratch3",
"module": "./dist/microbitMore.mjs",
"scripts": {
"register": "npx xcratch-register --id=microbitMore --gui=../scratch-gui --block=./src/vm/extensions/block --entry=./src/gui/lib/libraries/extensions/entry --core --link --use=extension-support util io",
"build": "npx xcratch-build --module=microbitMore --gui=../scratch-gui --block=./src/vm/extensions/block --entry=./src/gui/lib/libraries/extensions/entry",
"start:local": "cd ../scratch-gui && npm run start -- --https",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"xcratch-build": "^0.5.0",
"xcratch-register": "^0.4.2"
}
}