mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 22:48:13 +00:00
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "ccide",
|
|
"version": "1.0.2",
|
|
"description": "ComputerCraft mod virtual lua IDE",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "electron .",
|
|
"nodedev": "node ."
|
|
},
|
|
"author": "DPSoftware Foundation",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"electron": "^31.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "^2.1.2",
|
|
"blockly": "^11.1.1",
|
|
"bootstrap": "^5.3.3",
|
|
"electron-prompt": "^1.7.0",
|
|
"xmldom": "^0.6.0"
|
|
}
|
|
}
|