File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 22 "name" : " scratch-gui" ,
33 "version" : " 0.1.0" ,
44 "description" : " GraphicaL User Interface for creating and running Scratch 3.0 projects" ,
5+ "author" : " Massachusetts Institute of Technology" ,
6+ "license" : " BSD-3-Clause" ,
7+ "homepage" : " https://github.com/LLK/scratch-gui#readme" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" :
" git+ssh://[email protected] /LLK/scratch-gui.git" 11+ },
512 "main" : " ./dist/scratch-gui.js" ,
613 "scripts" : {
714 "build" : " npm run clean && webpack --colors --bail" ,
1926 "test:smoke" : " jest --runInBand test[\\\\ /]smoke" ,
2027 "watch" : " webpack --colors --watch"
2128 },
22- "author" : " Massachusetts Institute of Technology" ,
23- "license" : " BSD-3-Clause" ,
24- "homepage" : " https://github.com/LLK/scratch-gui#readme" ,
25- "repository" : {
26- "type" : " git" ,
27- "url" :
" git+ssh://[email protected] /LLK/scratch-gui.git" 29+ "config" : {
30+ "commitizen" : {
31+ "path" : " cz-conventional-changelog"
32+ }
2833 },
2934 "dependencies" : {
3035 "arraybuffer-loader" : " ^1.0.6" ,
You can’t perform that action at this time.
0 commit comments