Move CLI dependencies in their own package.json

This commit is contained in:
Chocobozzz
2019-05-24 15:48:48 +02:00
committed by Chocobozzz
parent ff747e7940
commit 7e9d3f259d
11 changed files with 3015 additions and 1413 deletions

12
server/tools/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@peertube/cli",
"version": "1.0.0",
"private": true,
"dependencies": {
"application-config": "^1.0.1",
"summon-install": "^0.4.6"
},
"summon": {
"silent": true
}
}

0
server/tools/peertube.ts Executable file → Normal file
View File

View File

@@ -0,0 +1,4 @@
{
"extends": "../../tsconfig.json",
"exclude": [ ] // Overwrite exclude property
}

2913
server/tools/yarn.lock Normal file

File diff suppressed because it is too large Load Diff