mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
23 lines
553 B
JSON
23 lines
553 B
JSON
{
|
|
"name": "scratch-desktop",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "electron-webpack dev",
|
|
"compile": "electron-webpack",
|
|
"dist": "npm run compile && electron-builder",
|
|
"dist:dir": "npm run dist -- --dir -c.compression=store -c.mac.identity=null"
|
|
},
|
|
"dependencies": {
|
|
"source-map-support": "^0.5.9"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "2.0.7",
|
|
"electron-builder": "^20.28.1",
|
|
"electron-webpack": "^2.1.2",
|
|
"webpack": "^4.16.5"
|
|
},
|
|
"resolutions": {
|
|
"upath": "^1.0.5"
|
|
}
|
|
}
|