Make file executable
Showing
lib/bin/remixd.d.ts
0 → 100644
lib/remixd.js
→
lib/bin/remixd.js
100644 → 100755
lib/remixd.d.ts
deleted
100644 → 0
lib/src/index.d.ts
0 → 100644
lib/src/index.js
0 → 100644
lib/src/websocket.d.ts
0 → 100644
lib/src/websocket.js
0 → 100644
... | ... | @@ -4,14 +4,15 @@ |
"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" | ||
"remixd": "./lib/bin/remixd.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"", | ||
"start": "./lib/bin/remixd", | ||
"start": "./lib/bin/remixd.js -s ./shared --remix-ide http://127.0.0.1:8080", | ||
"npip": "npip", | ||
"lint": "eslint ./src", | ||
"build": "tsc -p ./" | ||
"build": "tsc -p ./; chmod +x ./lib/bin/remixd.js", | ||
"dev": "nodemon" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -32,8 +33,11 @@ |
"dependencies": { | ||
"@remixproject/plugin": "^0.1.18", | ||
"@remixproject/plugin-ws": "^0.2.0-alpha.1", | ||
"chalk": "^4.0.0", | ||
"chokidar": "^2.0.2", | ||
"commander": "^2.9.0", | ||
"clear": "^0.1.0", | ||
"commander": "^2.20.3", | ||
"figlet": "^1.4.0", | ||
"fs-extra": "^3.0.1", | ||
"isbinaryfile": "^3.0.2", | ||
"ws": "^7.3.0" | ||
... | ... |
Please
register
or
sign in
to comment