aboutsummaryrefslogtreecommitdiffhomepage
path: root/packages/models/package.json
blob: 58a993add3d96e9fdfcafa47cbcb3baf18da1b83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "@peertube/peertube-models",
  "private": true,
  "version": "0.0.0",
  "main": "dist/index.js",
  "type": "module",
  "files": [ "dist" ],
  "exports": {
    "types": "./dist/index.d.ts",
    "peertube:tsx": "./src/index.ts",
    "default": "./dist/index.js"
  },
  "devDependencies": {},
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w"
  },
  "dependencies": {}
}