mirror of https://github.com/Chocobozzz/PeerTube
13 lines
202 B
JSON
13 lines
202 B
JSON
|
{
|
||
|
"name": "@peertube/tests",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"build": "tsc",
|
||
|
"watch": "tsc -w"
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|