Files
parse_link_vpn/package.json
2026-05-24 22:56:17 +05:00

27 lines
607 B
JSON

{
"name": "vpn-parser",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "ts-node src/server.ts",
"start:cli": "ts-node src/index.ts",
"start:prod": "node dist/server.js",
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"express": "^5.2.1",
"playwright": "^1.51.0",
"prom-client": "^15.1.3"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.6",
"@types/node": "^22.13.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}