mirror of https://github.com/Chocobozzz/PeerTube
20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"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": {}
|
|
}
|