{ "name": "remixd", "version": "0.1.8-alpha.16", "description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)", "main": "./lib/src/index.js", "bin": { "remixd": "./lib/bin/remixd.js" }, "scripts": { "test": "echo \"Error: no test specified\"", "start": "./lib/bin/remixd.js", "npip": "npip", "lint": "eslint ./src --ext .ts", "build": "tsc -p ./ && chmod +x ./lib/bin/remixd.js", "dev": "nodemon" }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/remixd.git" }, "keywords": [ "remix", "ide", "ethereum", "solidity" ], "author": "cpp ethereum team", "license": "MIT", "bugs": { "url": "https://github.com/ethereum/remixd/issues" }, "homepage": "https://github.com/ethereum/remixd#readme", "dependencies": { "@remixproject/plugin": "^0.3.0-alpha.3", "@remixproject/plugin-ws": "^0.3.0-alpha.1", "chalk": "^4.0.0", "chokidar": "^2.0.2", "commander": "^2.20.3", "fs-extra": "^3.0.1", "isbinaryfile": "^3.0.2", "ws": "^7.3.0" }, "python": { "execPath": "python3", "dependencies": { "vyper": ">=0.1.0b3" } }, "devDependencies": { "@types/node": "^14.0.5", "@types/ws": "^7.2.4", "@typescript-eslint/eslint-plugin": "^3.2.0", "@typescript-eslint/parser": "^3.2.0", "eslint": "6.8.0", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.20.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", "nodemon": "^2.0.4", "ts-node": "^8.10.1", "typescript": "^3.9.3" } }