ninwa/package.json

23 lines
484 B
JSON

{
"name": "ninwa",
"version": "0.0.1",
"description": "node input watcher",
"main": "ninwa.js",
"scripts": {
"test": "echo \"error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.velvettear.de/velvettear/ninwa.git"
},
"keywords": [
"input",
"keyboard"
],
"author": "Daniel Sommer <daniel.sommer@velvettear.de>",
"license": "MIT",
"dependencies": {
"moment": "^2.29.1",
"sudo": "^1.0.3"
}
}