mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Move CLI dependencies in their own package.json
This commit is contained in:
12
server/tools/package.json
Normal file
12
server/tools/package.json
Normal 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
0
server/tools/peertube.ts
Executable file → Normal file
4
server/tools/tsconfig.json
Normal file
4
server/tools/tsconfig.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"exclude": [ ] // Overwrite exclude property
|
||||
}
|
||||
2913
server/tools/yarn.lock
Normal file
2913
server/tools/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user