23 lines
461 B
JSON
23 lines
461 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"
|
||
|
}
|
||
|
}
|