-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 881 Bytes
/
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
{
"name": "dgseirb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "OPENSSL_CONF=/etc/ssl ts-node src/index.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/dotenv": "^8.2.0",
"@types/ldapjs": "^2.2.5",
"@types/node": "^18.11.18",
"@types/phantom": "^3.2.6",
"@types/tough-cookie": "^4.0.2",
"@types/tunnel-ssh": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"axios": "^1.3.1",
"axios-cookiejar-support": "^4.0.6",
"dotenv": "^16.0.3",
"ldapjs": "^2.3.3",
"node-ical": "^0.15.3",
"phantom": "^6.3.0",
"tough-cookie": "^4.1.2",
"tunnel-ssh": "^4.1.6"
}
}