21 lines
468 B
JSON
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"
|
|
}
|
|
}
|