Files
streamTools/package.json
2024-11-01 18:24:27 -03:00

21 lines
468 B
JSON

{
"name": "streamtools",
"version": "1.0.0",
"description": "framework for streaming platforms tools",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://192.168.1.82:3001/shironeko/streamTools.git"
},
"author": "shironeko",
"license": "GPL-3.0-or-later",
"dependencies": {
"cli-color": "^2.0.4",
"nypm": "^0.3.12",
"ws": "^8.18.0"
}
}