Init commit
This commit is contained in:
30
packages/server-commands/package.json
Normal file
30
packages/server-commands/package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "@peertube/peertube-server-commands",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"exports": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"peertube:tsx": "./src/index.ts",
|
||||
"default": "./dist/index.js"
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/superagent": "^8.1.9",
|
||||
"@types/supertest": "^6.0.3",
|
||||
"supertest": "^7.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"watch": "tsc -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@peertube/peertube-core-utils": "workspace:*",
|
||||
"@peertube/peertube-models": "workspace:*",
|
||||
"@peertube/peertube-node-utils": "workspace:*",
|
||||
"@peertube/peertube-typescript-utils": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user