-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 920 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
{
"dependencies": {
"@types/figlet": "^1.5.5",
"@types/node": "^18.14.0",
"@types/node-fetch": "^2.6.2",
"@types/nodemailer": "^6.4.7",
"axios": "^1.3.3",
"figlet": "^1.5.2",
"node-fetch": "^3.3.0",
"nodemailer": "^6.9.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"name": "cat-mailer",
"description": "Spam pictures of cats to someone's email. That is literally all.",
"version": "1.0.0",
"main": "index.ts",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dylanjamesdev/Cat-Mailer.git"
},
"author": " <github/dylanjamesdev>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dylanjamesdev/Cat-Mailer/issues"
},
"homepage": "https://github.com/dylanjamesdev/Cat-Mailer#readme"
}