-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "web-protocols",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-api": "set DEBUG=express:router NODE_TLS_REJECT_UNAUTHORIZED='0' && nodemon api/index.ts",
"start-ftp": "nodemon ftp/index.ts",
"build": "tsc"
},
"keywords": [],
"author": "<pasecinic_nichita>",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"ftp": "^0.3.10",
"ftp-srv": "^4.5.0",
"http-proxy": "^1.18.1",
"multer": "^1.4.3",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"socket.io": "^4.3.2"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/ftp": "^0.3.33",
"@types/http-proxy": "^1.17.7",
"@types/multer": "^1.4.7",
"@types/node": "^16.11.7",
"@types/nodemailer": "^6.4.4",
"@types/nodemon": "^1.19.1",
"@types/socket.io": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}