|
4 | 4 | "description": "Express-based backend with authenticated routes.", |
5 | 5 | "main": "index.js", |
6 | 6 | "type": "module", |
7 | | - "scripts": { |
8 | | - "dev": "nodemon --watch . --ext ts,tsx,json --ignore dist --exec \"sh -c 'yarn ts-check && node --import tsx index.ts'\"", |
9 | | - "start": "node --import tsx index.ts", |
10 | | - "debug": "nodemon --watch . --ext ts,tsx,json --ignore dist --exec \"sh -c 'yarn ts-check && node --inspect --import tsx index.ts'\"", |
11 | | - "test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --maxWorkers=1 --coverage", |
12 | | - "test:watch": "yarn test --watch", |
13 | | - "ts-check": "tsc --noEmit -p tsconfig.json --pretty true" |
14 | | - }, |
15 | 7 | "author": "", |
16 | 8 | "license": "MIT", |
17 | | - "dependencies": { |
18 | | - "@vonage/auth": "^1.11.0", |
19 | | - "@vonage/server-sdk": "^3.16.0", |
20 | | - "@vonage/vcr-sdk": "^1.3.0", |
21 | | - "@vonage/video": "^1.23.2", |
22 | | - "axios": "^1.12.0", |
23 | | - "body-parser": "^1.20.3", |
24 | | - "cors": "^2.8.5", |
25 | | - "dotenv": "^16.0.3", |
26 | | - "express": "^4.21.2", |
27 | | - "form-data": "^4.0.4", |
28 | | - "opentok": "^2.16.0", |
29 | | - "opentok-jwt": "^0.1.5", |
30 | | - "tsx": "^4.10.5", |
31 | | - "validator": "13.15.15" |
32 | | - }, |
33 | | - "devDependencies": { |
34 | | - "@jest/globals": "^29.7.0", |
35 | | - "@types/body-parser": "^1.19.2", |
36 | | - "@types/cors": "^2.8.13", |
37 | | - "@types/express": "^4.17.17", |
38 | | - "@types/jest": "^29.5.12", |
39 | | - "@types/node": "^20.12.7", |
40 | | - "@types/opentok": "^2.14.0", |
41 | | - "@types/supertest": "^6.0.2", |
42 | | - "@types/validator": "^13.15.2", |
43 | | - "jest": "^29.7.0", |
44 | | - "nodemon": "^3.1.10", |
45 | | - "supertest": "^7.0.0", |
46 | | - "ts-jest": "^29.1.2" |
47 | | - } |
| 9 | + "private": true |
48 | 10 | } |
0 commit comments