-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 965 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
36
37
38
{
"name": "torping",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sukhsinghcodes/torping.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sukhsinghcodes/torping/issues"
},
"homepage": "https://github.com/sukhsinghcodes/torping#readme",
"devDependencies": {
"@types/node": "^18.6.2",
"@types/nodemailer": "^6.4.4",
"@types/nodemailer-sendgrid": "^1.0.0",
"@types/ping": "^0.4.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"nodemailer": "^6.7.7",
"nodemailer-sendgrid": "^1.0.3",
"ping": "^0.4.4",
"tor-request": "^3.1.0"
}
}