Carlos Santos 3a2ce89a3d chore: update dependencies to latest versions
- Updated dotenv from 16.5.0 to 16.6.1
- Updated express from 5.1.0 to 5.2.1
- Updated @types/express from 5.0.1 to 5.0.6
- Updated @types/node from 22.15.17 to 22.19.3
- Updated @types/socket.io from 3.0.1 to 3.0.2
- Updated concurrently from 9.1.2 to 9.2.1
- Updated typescript from 5.9.2 to 5.9.3
2025-12-17 11:01:01 +01:00

26 lines
499 B
JSON

{
"name": "@openvidu-meet/typings",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist/**",
"package.json"
],
"scripts": {
"build": "pnpm run clean && tsc -p tsconfig.build.json",
"clean": "rm -rf dist",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput"
},
"devDependencies": {
"typescript": "5.9.3"
}
}