mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 06:28:14 +00:00
support multiple upload to machine and make remote script to one file and support to run on startup
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "ccide",
|
|
"version": "1.6",
|
|
"description": "ComputerCraft mod virtual lua IDE",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "title ccIDE && electron .",
|
|
"build": "title building ccIDE && electron-packager . ccIDE --platform=win32 --arch=x64 --icon=assets/ccIDEIcon.ico --out=dist --overwrite && for /d %i in (dist\\ccIDE-*) do copy package.json %i\\",
|
|
"build_debug": "title building ccIDE (Debug) && electron-packager . ccIDE --platform=win32 --arch=x64 --icon=assets/ccIDEIcon.ico --out=dist_debug --overwrite --debug && for /d %i in (dist_debug\\ccIDE-*) do copy package.json %i\\"
|
|
},
|
|
"author": "DPSoftware Foundation",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"electron": "^31.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@blockly/plugin-workspace-search": "^9.0.5",
|
|
"@blockly/theme-dark": "^7.0.7",
|
|
"@electron/remote": "^2.1.2",
|
|
"blockly": "^11.1.1",
|
|
"bootstrap": "^5.3.3",
|
|
"electron-prompt": "^1.7.0",
|
|
"node-localstorage": "^3.0.5",
|
|
"open": "^10.1.0",
|
|
"pino": "^9.3.2",
|
|
"pino-pretty": "^11.2.2",
|
|
"toastify-js": "^1.12.0",
|
|
"unzipper": "^0.12.3",
|
|
"xmldom": "^0.6.0"
|
|
}
|
|
}
|