You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
655 B

{
"name": "@pear-rec/recorder",
"private": true,
"version": "1.1.0",
"type": "module",
"files": [
"dist",
"index.d.ts"
],
"main": "lib/index.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build -w",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"webrtc-adapter": "^8.2.2"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^4.3.9"
},
"directories": {
"lib": "lib"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"description": ""
}