{ "name": "remixdesktop", "version": "1.0.2-insiders", "main": "build/main.js", "license": "MIT", "type": "commonjs", "description": "Remix IDE Desktop", "repository": { "type": "git", "url": "git+https://github.com/remix-project-org/remix-desktop.git" }, "author": { "name": "Remix Team", "email": "remix@ethereum.org" }, "bugs": { "url": "https://github.com/ethereum/remix-project/issues" }, "homepage": "https://github.com/ethereum/remix-project#readme", "appId": "org.ethereum.remixdesktop", "mac": { "category": "public.app-category.productivity" }, "scripts": { "start:dev": "tsc && cp -R node_modules/yarn build/tools/ && cross-env NODE_ENV=development electron --inspect=5858 .", "start:production": "tsc && && cp -R node_modules/yarn build/tools/ && cross-env NODE_ENV=production electron .", "dist": "tsc && cp -R node_modules/yarn build/tools/ && electron-builder -p never", "installRipGrepMacOXx64": "rm -rf node_modules/@vscode/ripgrep/bin && npm_config_arch=x64 node node_modules/@vscode/ripgrep/lib/postinstall.js", "installRipGrepMacOXarm64": "rm -rf node_modules/@vscode/ripgrep/bin && npm_config_arch=arm64 node node_modules/@vscode/ripgrep/lib/postinstall.js", "postinstall": "electron-builder install-app-deps", "test": "yarn run build:e2e && nightwatch --config build-e2e/remixdesktop/test/nighwatch.app.js", "test:isogit": "yarn run test --useIsoGit --test build-e2e/remixdesktop/test/tests/app/git.test.js", "test:offline": "yarn run test --useOffline --test build-e2e/remixdesktop/test/tests/app/offline.test.js", "build:e2e": "tsc -p tsconfig.e2e.json" }, "devDependencies": { "@electron/notarize": "^2.3.0", "@types/byline": "^4.2.35", "@types/express": "^4.17.21", "@types/nightwatch": "^2.3.23", "chromedriver": "116", "cross-env": "^7.0.3", "deep-equal": "^2.2.3", "electron": "^26.0.0", "electron-builder": "24.9.1", "electron-devtools-installer": "^3.2.0", "nightwatch": "2.3", "selenium-standalone": "^9.3.1", "typescript": "^5.1.3", "yarn": "^1.22.21" }, "dependencies": { "@remix-project/remix-url-resolver": "^0.0.65", "@remixproject/engine": "0.3.43", "@remixproject/engine-electron": "0.3.43", "@remixproject/plugin": "0.3.43", "@remixproject/plugin-api": "^0.3.43", "@remixproject/plugin-electron": "0.3.43", "@vscode/ripgrep": "^1.15.6", "add": "^2.0.6", "axios": "^1.6.8", "byline": "^5.0.0", "chokidar": "^3.5.3", "electron-updater": "^6.1.8", "express": "^4.19.2", "isomorphic-git": "^1.24.2", "node-pty": "^0.10.1", "semver": "^7.5.4" }, "optionalDependencies": { "@remix-project/remix-ws-templates": "^1.0.27" } }