UNPKG

on-server

Version:

Run shell commands in the browser

31 lines (30 loc) 720 B
{ "name": "on-server", "version": "0.0.1", "description": "Run shell commands in the browser", "main": "index.js", "scripts": { "install": "node dist/install.js", "preuninstall": "node dist/uninstall.js", "dev": "nodemon dist/index.js", "postinstall": "node dist/postinstall.js" }, "author": "coderadu", "license": "ISC", "dependencies": { "ejs": "^3.1.6", "express": "^4.17.1", "socket.io": "^4.1.3", "uuid": "^8.3.2" }, "bin": { "on-server-start": "start.js", "on-server-stop": "stop.js", "on-server-change-password": "passch.js" }, "devDependencies": { "@types/express": "^4.17.13", "@types/uuid": "^8.3.1", "nodemon": "^2.0.12" } }