You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
${ noResults }
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|||
"name": "@peertube/peertube-typescript-utils",
|
|||
"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": {},
|
|||
"scripts": {
|
|||
"build": "tsc",
|
|||
"watch": "tsc -w"
|
|||
},
|
|||
"dependencies": {}
|
|||
}
|