remex/package.json

23 lines
459 B
JSON

{
"name": "remex",
"version": "0.0.1",
"description": "execute local commands remotely via http requests",
"main": "remex.js",
"scripts": {},
"keywords": [
"scripts",
"commands",
"remote",
"api"
],
"author": "Daniel Sommer <daniel.sommer@velvettear.de>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.velvettear.de/velvettear/remex.git"
},
"dependencies": {
"moment": "^2.29.1"
}
}