cmdserver-l
Version:
a toy server that returns the results of running shell commands in HTTP requests
16 lines (15 loc) • 372 B
JSON
{
"name": "cmdserver-l",
"version": "1.0.0",
"description": "a toy server that returns the results of running shell commands in HTTP requests",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"proof-of-concept"
],
"author": "jacksongl",
"license": "ISC"
}